@extends('layout.master') @section('content')
Please Register
{{-- error --}} @if ($errors->any()) @foreach ($errors->all() as $e)
{{ $e }}
@endforeach @endif
@csrf
@endsection