@extends('theme.master') @section('title', 'Profile & Setting') @section('content') @include('admin.message')

{{ __('frontstaticword.UserProfile') }}

{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('frontstaticword.PersonalInfo') }}



@endsection @section('custom-script') @endsection