@extends('layouts.master') @section('content')

Letter

@include('flash::message')

Create New Letter

@csrf
@if ($errors->has('staff_profile_ids')) {{ $errors->first('staff_profile_ids') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('issued_by')) {{ $errors->first('issued_by') }} @endif
@if ($errors->has('issued_at')) {{ $errors->first('issued_at') }} @endif
@if ($errors->has('ref_no')) {{ $errors->first('ref_no') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
Cancel
@endsection @section('scripts') @parent @endsection