@extends('layouts.app', ['activePage' => 'listBrand', 'titlePage' => __('Brands List')]) @section('content')


{{ __('Brands') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
@foreach ($listBrand as $key=>$user) @endforeach
{{ __('#') }} {{ __('Brand Image') }} {{ __('Brand Name') }} {{ __('Action') }}
{{ $key+1}} {{ $user->brand_name}} @if($user->brand_status == 0) refresh @endif @if($user->brand_status == 1) close @endif edit
@endsection @push('js') @endpush