@extends('elibrary.staff.layouts.app') @section('content')
{{--
--}} {{--

Add Staff

--}} {{--
--}} {{-- Add Staff--}} {{--
--}} {{--
--}}
@csrf @if(isset($staff)) @method('PATCH') @endif
@if($errors->first('image'))
* {{$errors->first('image')}}
@endif
@if($errors->first('name'))
{{$errors->first('name')}}
@endif
@if($errors->first('address'))
{{$errors->first('address')}}
@endif
@if($errors->first('email'))
{{$errors->first('email')}}
@endif
@if($errors->first('password'))
{{$errors->first('password')}}
@endif
@if($errors->first('phone'))
{{$errors->first('phone')}}
@endif
@if($errors->first('faculty'))
{{$errors->first('faculty')}}
@endif
@if($errors->first('designation'))
{{$errors->first('designation')}}
@endif
@if($errors->first('type'))
{{$errors->first('type')}}
@endif
status == 1) || old('status') ? 'checked' : ''}}>
@endsection @section('js') @endsection