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

Manufacturer Detail

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