@extends('layouts.master') @section('title', 'Company sending') @section('content')
{{-- --}} {{-- {{ trans('project.edit_cancel') }} --}}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('POST') @include('pages.company_sending.component.company_info')
@include('pages.company_sending.component.company_sending_agency')
@include('pages.company_sending.component.company_trainee')
@method('POST') @csrf
@endsection @section('script-footer') @endsection