@extends('layouts.auth') @section('title') Staff Register @endsection @section('content')

STAFF REGISTRATION

Complete your registration

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@
@endsection