@extends('layouts.admin.app')
@section('title',translate('messages.Add new brand'))
@push('css_or_js')
@endpush
@section('content')
@if(count($brands) !== 0)
@endif
{!! $brands->appends($_GET)->links() !!}
@if(count($brands) === 0)
{{translate('no_data_found')}}
@endif
@endsection
@push('script_2')
@endpush