@extends('admin.includes.masterpage-admin') @section('content')

Add New Staff

back

@if($errors->has('photo'))
× {{ $errors->first('photo') }}
@endif @if($errors->has('email'))
× {{ $errors->first('email') }}
@endif @if($errors->has('password'))
× {{ $errors->first('password') }}
@endif
{{csrf_field()}}

@stop @section('footer') @stop