@include('layouts.notification')
{{-- Begin:: table --}}
Logo |
Brand Name |
Owner |
Action |
@foreach ($data['brand']['data'] as $item)
@if($item['logo'] == null)
@else
@endif
|
|
Name
: {{$item['user']['name']}}
Phone
: {{$item['user']['phone']}}
Email
: {{$item['user']['email']}}
|
|
|
@endforeach
@if (count($data)==0)
No data to display. |
@endif
{{-- End:: table --}}
{{-- Begin:: Pagination --}}
Showing {{$data['brand']['from']}} to {{$data['brand']['to']}} of {{$data['brand']['total']}} entries
@if($data['brand']['prev_page_url'] == null && $data['brand']['next_page_url'] == null)
@elseif($data['brand']['prev_page_url'] == null)
<<
>>
@elseif($data['brand']['next_page_url'] == null)
<<
>>
@else
<<
>>
@endif
{{-- End:: Pagination --}}