@extends('layouts.app') @section('content')

Brand List

@if (canAccess(['brand create'])) Create Brand @endif
@if (!empty($results)) @foreach ($results as $key => $row) @endforeach @endif
SL Name Images Action
{{ ++$key }} {{ strFilter($row->title) }} {{ strFilter($row->title) }}
@if (canAccess(['brand edit'])) @endif @if (canAccess(['brand destroy'])) @endif
@if (canAccess(['brand create'])) @endif @if (canAccess(['brand edit'])) @endif @endsection @push('headerPartial') @endpush @push('footerPartial') @endpush