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

{{ trans('consultation_record.consultation_record') }}

@if ($type == 'edit') {{ trans('label.cancel') }} @else {{ trans('label.edit') }} @endif
@csrf
@include('pages.consultation_record.component.consultation_record')
@endsection @section('script-footer') @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection