@extends('admin.layouts.master') @section('title','branch Page') @section('content')
Add New

Table

@foreach($branches as $branch) @endforeach {{$branches->appends($_GET)->links()}}
# Created At English Address Arabic Address Email Phone Fax Action
{{$loop->iteration}} {{$branch->created_at->format('Y-m-d')}} {{$branch->address_en}} {{$branch->address_ar}} {{$branch->email}} {{$branch->phone}} {{$branch->fax}}
@endsection