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

Brand

Brand List

@foreach ($Brand as $brand) @endforeach
ID Brand Name Brand URL Assigned Account Action
{{$brand->b_id}} {{$brand->b_name}} {{$brand->b_url}} {{$brand->title}}
@method('DELETE') @csrf
ID Brand Name Brand URL Assigned Account Action
{{-- insert modal --}} @endsection @section('afterScript') @endsection