@extends('admin.layouts.panel') @section('head') Rumah Cuci Si Mamak - create new admin account @endsection @section('body')

Account

Membuat account laudry baruku

@method('PUT') @csrf
@error('username') {{ $errors->first('username') }} @enderror
@error('gender') {{ $errors->first('gender') }} @enderror
@error('born') {{ $errors->first('born') }} @enderror
+62
@error('phone') {{ $errors->first('phone') }} @enderror
@error('is_active') {{ $errors->first('is_active') }} @enderror
@error('address') {{ $errors->first('address') }} @enderror
@livewire('admin.account.image-upload', ['post' => $data->avatar])
@endsection @section('script') @endsection