@extends('admin.partials.layout') @section('css') @endsection @section('content')

Delivery Intimations

Search

Delivery Intimations List

@if(Auth::user()->permission('delivery-intimation.create')) @endif
@if(Auth::user()->permission('delivery-intimation.list'))
# Intimation Date Job Number Company Name Customer Name Invoice value Lc / Bt / TT No Action
@endif
@endsection @section('js') @endsection