@extends('layouts.admin') {{trans('home.brands')}} @section('content')
{{trans('home.brands')}}

{{trans('home.table_contain_all_data_shortly_you_can_view_more_details')}}


@foreach($brands as $brand) @endforeach
{{trans('home.id')}} {{trans('home.name_en')}} {{trans('home.name_ar')}} {{trans('home.image')}} {{trans('home.status')}}
{{$brand->id}} {{$brand->name_en}} {{$brand->name_ar}} @if($brand->image) @else @endif @if($brand->status == 1) {{trans('home.yes')}} @else {{trans('home.no')}} @endif
@endsection