@extends('admin.layouts.app') @section('panel')
@lang('Brand') @lang('Status') @lang('Action') @forelse($brands as $brand)
{{ __($brand->name) }}
@empty @endforelse
@if ($brands->hasPages()) {{ paginateLinks($brands) }} @endif
@csrf
@endsection @push('script') @endpush @push('modal') @endpush @push('breadcrumb-plugins') @endpush @push('style') @endpush