@extends('Templates.master') {{-- Commonlinks --}} @push('css-plugins') @include('Templates.UI.Admin.CDN.links') @endpush {{-- Navbar --}} @section('nav') @include('Templates.UI.Admin.Nav.nav-header',['name' => $name,'id' => $id]) @endsection {{-- Body --}} @section('body')

Profile Form Edition:

@method('PUT') {{ csrf_field() }}
Phone Number:
First Name:
Last Name:
Gender:
Marital Status:
Birth Date:
Occupation:
Country:
Address:
Profile Photo:
Qr File Name:
@if ($errors->any()) @endif
{{--

Profile Form Edition

@method('PUT') {{ csrf_field() }}
Phone Number:

First Name:

Last Name:

Gender:

Marital Status:

BirthDate:

Occupation:

Country:

Address:

Profile Photo:

Qr File Name:


@if ($errors->any())
    @foreach ($errors->all() as $message)
  • {{ $message }}
  • @endforeach
@endif
--}} @endsection {{-- CommonScripts --}} @push('js-scripts') @include('Templates.UI.Admin.CDN.scripts') @endpush