@extends('layouts/layoutMaster') @section('title', __('Edit Admin')) @section('vendor-style') @vite([ 'resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/pickr/pickr-themes.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss' ]) @endsection @section('page-style') @endsection @section('styles') @endsection @section('content')
$admin->id]) }}" method="post" enctype="multipart/form-data"> @csrf @method('PUT')

@endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/pickr/pickr.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js' ]) @endsection @section('page-script') @endsection