@extends('seller.layouts.app') @section('title') Brand List | Vendor @endsection @section('content')
@foreach ($brands as $brand) @endforeach
Brand Name Created Created Date Action
{{ $brand->name }} {{ $brand->admin->name }} {{ $brand->created_at->format('Y-m-d') }}
@endsection @section('style') @endsection @section('script') @endsection