@extends('layouts.app') @section('title') {{ __('messages.Clients') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages.Clients') => route('admin.clients.index'), $user->name=>null, __('messages.Wallet') => 'active', ], ])
@csrf @method('PUT')
1. {{ __('messages.Wallet balance') }}
@error('wallet')
{{ $message }}
@enderror
@endsection @section('script') @include('inc.script_submit') @endsection