@extends('admin.layout') @section('custom-style') @endsection @section('content') Staff Directory Staff Update Update Staff @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif {{csrf_field()}} Full Name* Email* Phone* ID No.* Staff No.* Title* Department* Region* @endsection @section('custom-scripts') @endsection