@extends('admin.layouts.app') @section('title', 'Brand Detail') @section('page_css') @endsection @section('section')

Brand Detail

Brand Name {{$manufacturer->name ?? ''}}
Sort Order {{$manufacturer->sort_order ?? ''}}
Status @if($manufacturer->status == 1) Enabled @else Disabled @endif
Image
@endsection