@extends('backend.layouts.app') @section('content') Profile {{$title}} @include('backend.layouts.alert') Update Profile Change Password @csrf Name @if ($errors->has('title')) {{ $errors->first('title') }} @endif Email @if ($errors->has('title')) {{ $errors->first('title') }} @endif @csrf Current Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif New Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm New Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif @endsection