@extends('layouts.master') @section('title', 'Project Document') @section('content')

{{ trans('customer_brief.customer_brief') }}

@csrf
@include('pages.customer_brief.component.info')
{{--
@include('pages.customer_brief.component.trainee')
--}}
@include('pages.customer_brief.component.nationalitylist')
@include('pages.customer_brief.component.traineelist')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection