@extends('layouts.app') @section('title', 'Incoterms') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Incoterms']]; @endphp @section('content')

Incoterms Master

Manage incoterms records

@can('incoterms.create')New Incoterms@endcan
@endsection