@extends('admin.layouts.app') @section('content')
@if ($errors->any())
@endif @if(session()->get('message')) @endif
Change Email
@if (session('status')) @endif @if($message = Session::get('success'))

{{$message}}

@endif
@csrf @csrf
{{-- @if($errors->has('name'))
{{ $errors->first('name') }}
@endif --}}

{{-- @if($errors->has('email'))
{{ $errors->first('email') }}
@endif --}}

Back
@endsection