@extends('admin.index') @section('page_title') {{trans('brands.show')}} @endsection @section('content')

{{trans('brands.show')}}

@if($items->count()>0) @foreach($items as $item) @endforeach @else @endif
ID {{ trans('brands.name')}} {{ trans('brands.name_en')}} {{ trans('brands.logo')}} {{ trans('admin.status')}} {{trans('admin.edit')}} {{trans('admin.delete')}}
{{$item->id}} {{$item->name_ar}} {{$item->name_en}} @if($item->status == 1) {{trans('admin.active')}} @else {{trans('admin.notactive')}} @endif
{{trans('الجدول خالي')}}

@if($items->count()>0)
{{trans('admin.counts')}}{{$items->total()}}
{{$items->appends(\Request::except('_token'))->render()}}
@endif
@endsection