@extends('admin.layouts.app') @section('content')
Brand Details
@foreach($brands as $brand) @endforeach
Name Created Action
{{ $brand->name }} {{ $brand->created_at }}
@endsection @push('styles') @endpush @push('scripts') @endpush