@extends('layouts.master', ['title' => 'Update Profile Request']) @section('style') @endsection @section('contents')
@csrf

Employee Details Updation Request

{{-- Show Validation Errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Show Server Errors --}}
@if (session()->has('success'))
@endif @if (session()->has('error'))
@endif
S.No. Query Type Particular Field Title with short Description Attach Document (max size : 1mb)
(Only Pdf Accatable)
Action
1 - {{-- --}}
@endsection @section('script') @endsection