@extends('layouts.app') @section('title', 'List Brand') @section('breadcrumb', 'Manage Brand') @section('sub-breadcrumb') {{-- --}} List Brand @endsection @section('brand', 'kt-menu__item--open kt-menu__item--here') @section('list-brand', 'kt-menu__item--active') @section('content')
@include('layouts.notification')
{{-- Begin:: table --}} @foreach ($data['brand']['data'] as $item) @endforeach @if (count($data)==0) @endif
Logo Brand Name Owner Action
@if($item['logo'] == null) @else @endif
Name
 : {{$item['user']['name']}}
Phone
 : {{$item['user']['phone']}}
Email
 : {{$item['user']['email']}}
Level
 : Admin Brand
|
No data to display.
{{-- 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 --}}
@endsection @section('custom-script') @endsection