@extends('layouts.admin_auth') @section('auth_header') Register an account to request for access @endsection {{-- form start --}} @section('content')
@php $error = isset($error) ? $error : null; @endphp
{{ $error }}
{{-- form end --}} @endsection @section('auth_footer')

Login

@endsection @section('style') @parent @endsection @section('script') @parent @endsection