@if(Session::has('message'))
@endif
@if(Session::has('error'))
@endforeach @php Session::forget('error'); @endphp
@endif
Success!
{{ Session::get('message') }} @php Session::forget('message'); @endphpErrors!
@foreach(Session::get('error') as $err) {{ $err }}@endforeach @php Session::forget('error'); @endphp
@if (Auth::user()->can('ADD_BRANCH'))
Add Branch
@endif
@if(!empty($branches))
@else
Code | Report Prefix | Company | Company No | Phone no | Contact Person | Contact Email | Counter Limit | Region | Address | Deliver To | |
---|---|---|---|---|---|---|---|---|---|---|---|
@if (Auth::user()->can('UPDATE_BRANCH')) @if($branch->active) @else @endif @endif Edit | {{$branch->code}} | {{$branch->report_prefix}} | {{$branch->description}} | {{$branch->company_no}} | {{$branch->phone_no}} | {{$branch->contact_person}} | {{$branch->contact_email}} | {{$branch->counter_limit}} | {{$branch->region}} | {{$branch->address}} | {{$branch->deliver_to}} |