@extends('layouts.contentLayoutMaster')
@section('title')
{{ $object->name }}
@endsection
@php
$breadcrumbs = [
[
'link'=>route('customer-purchase-orders'),
'name' =>'Supply Only Jobs'
]
]
@endphp
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('object-toolbar')