@extends('backend.app') @section('title', 'Edit Store') @push('style') @endpush @section('content')
@csrf @method('PUT') @if ($errors->any()) @endif

Store Information

@error('name') {{ $message }} @enderror
Logo Preview

User Information

{{-- @if($ledger->transaction)
@endif --}}
@error('username') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('address') {{ $message }} @enderror

Purchase Information

@error('total_amount') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@error('completed_at') {{ $message }} @enderror
Cancel
@endsection @push('scripts') @endpush