@extends('layouts.master') @section('title') @lang('translation.User_List') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Brands @endslot @slot('title') Brand List @endslot @endcomponent

Add New brand

Your input will be in the same page.

@csrf
Looks good!
Looks good!

Brand List

Retrive all brands.

@foreach($brands as $brand) @endforeach
Image Brand Name Brand Name Ar Created date Action
Simon Ryles {{ $brand->brand_name }} {{ $brand->brand_name_ar }} {{ $brand->created_at }}
@endsection @section('script') @endsection