@extends('layouts.master') @section('title', 'Company sending') @section('content')
add
{{--
--}}
{{-- --}} {{-- --}}
{{ trans('project.id') }} {{ trans('project.company_id') }} {{ trans('project.sending_agency_id') }} {{ trans('project.contract_date') }} {{ trans('project.contract_file') }} {{ trans('label.action') }}
((k + 1))((item.company?.name))((item.sending_agency?.representative_name)) ((item.contract_date)) ((item.contract_file))
@method('POST') @csrf
@include('pages.company_sending.add_modal') @endsection @section('script-footer') @endsection