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

Delivery Challans

Search

Delivery Challans List

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