@extends('layouts.admin') @section('title', isset($brand) ? 'Edit Brand' : 'Add Brand') @section('page_title', isset($brand) ? 'Edit Brand' : 'Add New Brand') @section('content')
#{{ $brand->id }}
{{ $brand->products->count() }}
{{ $brand->created_at->format('M d, Y') }}
{{ $brand->updated_at->format('M d, Y H:i') }}
Fill in the form to create a new brand
@endif