@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@endsection