@extends('User.Layout.main_layout') @section('title','Change Staff Detail') @section('main_container')

@csrf
@if($errors->has('name')) {{($errors->first('name'))}} @endif
@if($errors->has('email')) {{($errors->first('email'))}} @endif
@if($errors->has('phone')) {{($errors->first('phone'))}} @endif
@if($errors->has('responsibility')) {{($errors->first('responsibility'))}} @endif
@if($errors->has('shift')) {{($errors->first('shift'))}} @endif
@endsection