@extends('backend.layouts.master') @section('title','E-SHOP || Brand Page') @section('main-content')
@include('backend.layouts.notification')
Brand List
Add Brand
@if(count($brands)>0) @foreach($brands as $brand) {{-- Delete Modal --}} {{-- --}} @endforeach {{$brands->links()}} @else
No brands found!!! Please create brand
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush