@extends('layouts.master') @section('title', 'Edit Account | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit account')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.accounts') }} | {{ __('basic.edit account') }}
{{ __('basic.edit account') }}
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('started_balance') {{ $message }} @enderror
{{ __('basic.main account') }}
main_account == 1) checked @endif value="1" id="status_check">
@endsection @section('js') @endsection