@extends('layouts.basic') @section('content')

Brand List

Brand List
@can('brand-create')
@endcan

@can('brand-edit') @endcan @foreach ($brands as $brand) @can('brand-edit') @endcan @endforeach
S.NO Name StatusAction
{{$loop->iteration}} {{$brand->name}} @if ( $brand->status == 1 ) {{$brand->status == '1' ? 'Active' : 'Inactive'}} @else {{$brand->status == '1' ? 'Active' : 'Inactive'}} @endif {{-- {{$brand->status == '1' ? 'Active' : 'Inactive'}} --}} {{-- --}}
@section('script') @if(session('status')) @if(session('status')['success']) @else @endif @endif @endsection @endsection