@extends('layouts.admin.app') @section('title',\App\Utils\translate('add_new_brand')) @push('css_or_js') @endpush @section('content')

{{\App\Utils\translate('add_new_brand')}}

@csrf
* ( {{\App\Utils\translate('ratio_1:1')}} )
{{ \App\Utils\translate('brand_table')}}{{$brands->total()}}
@foreach($brands as $key=>$brand) @endforeach
{{\App\Utils\translate('#')}} {{\App\Utils\translate('image')}} {{\App\Utils\translate('name')}} {{\App\Utils\translate('action')}}
{{ $brands->firstItem()+$key }} {{$brand['name']}}
@csrf @method('delete')

{!! $brands->links() !!}
@if(count($brands)==0)
{{\App\Utils\translate('image_description')}}

{{ \App\Utils\translate('No_data_to_show')}}

@endif
@endsection @push('script_2') @endpush