@extends('layouts.contentLayoutMaster')
@section('title')
{{ $object->name }}
@endsection
@php
$breadcrumbs = [
[
'link'=>route('suppliers'),
'name' =>'Suppliers'
]
]
@endphp
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('object-toolbar')