@extends('master') @section('content')
{{-- Breadcum --}} {{-- page --}}
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection @push('footer-script') @endpush