@extends('layouts.app') @section('content')
@if(! in_array(Auth::user()->id, [320,38604])) {{translate('Add New Brand')}} @endif

{{translate('Brands')}}

@if(Auth::user()->id != "320") @endif @foreach($brands as $key => $brand) @if(Auth::user()->user_type == 'admin') @endif @endforeach
# {{translate('Name')}} {{translate('Logo')}}{{translate('Options')}}
{{ ($key+1) + ($brands->currentPage() - 1)*$brands->perPage() }} {{$brand->name}} Logo
{{ $brands->appends(request()->input())->links() }}
@endsection @section('script') @endsection