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

Brand Manage

Brand Create

@can('type.create')
@csrf
@endcan
@foreach($items as $key=> $item) @endforeach
Brand Brand Image Brand Top Action
{{$item->name}} {{$item->is_top=='1'?'yes':'no'}} @can('type.edit') @endcan @can('type.delete') @endcan
@endsection @push('js') @endpush