@extends('admin.layout.master') @section('title', 'Profile') @section('content') @if (session('success'))
{{ session('success') }}
@endif
Profile Update
@csrf
{{$errors->first('first_name')}}
{{$errors->first('last_name')}}
{{$errors->first('image')}}
@endsection @section('script') @endsection