{{--@extends('layouts.default')--}} {{-- CPA System @yield('title', 'Appointment/Schedule Management System')--}} CPA Appointment/Schedule Management System {{----}} {{-- --}} {{-- --}}
@include('layouts.partial.message')
users view avatar

চেয়ারম্যান, চবক মহোদয়ের সাক্ষাৎ ফর্ম

@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if($errors->has('organization')) {{ $errors->first('organization') }} @endif
@if($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('proposed_date_1')) {{ $errors->first('proposed_date_1') }} @endif
{{-- --}} @if($errors->has('reason')) {{ $errors->first('reason') }} @endif
@if($errors->has('reference')) {{ $errors->first('reference') }} @endif
{{-- @if(isset($data->attachment))--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}}
@if ($errors->has('attachment')) {{ $errors->first('attachment') }} @endif
{{--
--}}

*সাক্ষাতের বিষয়ে সিদ্ধান্ত ই-মেইল/ মোবাইলে জানানো হবে।

{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @yield('footer-script')