{{ __('Brand List') }}

{{ __('Brand List') }}

@forelse ($brands as $brand) @empty @endforelse
{{ __('SN') }} {{ __('Name') }} {{ __('Short Description') }} {{ __('Status') }} {{ __('Actions') }}
{{ $loop->index + 1 }} {{ $brand->name }} status ? 'checked' : '' }} data-toggle="toggle" data-on="{{ __('Active') }}" data-off="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">
{{ $brands->links() }}