@extends('layouts.admin') @section('content') @if ($message = Session::get('success')) @elseif ($message = Session::get('error')) @elseif ($message = Session::get('error1')) @endif

Admin Profiler

@csrf
{{ $errors->first('current_password') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
@section('page_scripts') @endsection @endsection