@extends('admin.layouts.master') @section('styles') @endsection @section('contents')

Accounts & Statutory

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Profile Details

@if(isset($others)) @endif

Bank Details


Family Details

Current Post Details

@endsection @section('scripts') @endsection