@extends('layouts.app') @push('css_or_js') @endpush @section('css_or_js') @endsection @section('title') @endsection @section('content')
@include('layouts._toolbar-list')
@foreach($brands as $brand) @endforeach
ID Brand Name Company Zone Creation date Status Actions
{{$brand->id}} {{$brand->company->name_en}} Riyadah 14 Dec 2020
Published
Actions
@endsection @section('custom') @endsection