@extends('layouts.app') @section('style') @endsection @section('content')
New Personnel
@csrf
Choose Personnel
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('post'))
{{ $errors->first('post') }}
@endif
@if ($errors->has('designation'))
{{ $errors->first('designation') }}
@endif
@if ($errors->has('contact_number'))
{{ $errors->first('contact_number') }}
@endif
@section('script') @endsection @endsection