@include('new_layouts.header') @include('construction_project.side-menu')

{{__('Shop Drawings List')}}



@can('create directions')
@endcan
@can('manage project specification')
@if(Gate::check('edit project specification') || Gate::check('delete project specification')) @endif
{{__('S.No')}} {{__('Reference No')}} {{__('Description')}} {{__('Location')}} {{__('Drawing References (if any)')}} {{__('Remarks/ Notes')}} {{__('Attachments')}}{{__('Action')}}
@endcan
@include('new_layouts.footer')