@extends("layouts.admin.app") @section("page-nav-title")

{{__("Brands")}}

{{__("Control and view all Brands")}}

@endsection @section("content") @include("includes.dialog")
@foreach($brands as $brand) @endforeach
{{__("#ID")}} {{__("Brand image")}} {{__("Brand name")}} {{__("Description")}} {{__("Control")}}
{{$brand->id}} {{$brand->name_en}} {{$brand->getDescriptionAttribute()}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$brand->id}}" style="display: none" data-swal-title="{{__("Delete brand")}}" data-swal-text="{{__("Are Your Sure To Delete This Brand ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("The Brand has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection