@extends('layouts.backend') @section('content') @if (\Session::has('success')) @elseif (\Session::has('error')) @endif

Profile Settings

Profile Information

@csrf
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('profile_pic') }}
@endsection @push('script') @endpush