@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('wallet::general.wallet',1) }} @endsection @section('content') {{ trans_choice('core::general.add',1) }} {{ trans_choice('wallet::general.wallet',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('wallet::general.wallet',2) }} {{ trans_choice('core::general.add',1) }} {{ trans_choice('wallet::general.share',1) }} {{csrf_field()}} {{trans_choice('client::general.client',1)}} @error('client_id') {{ $message }} @enderror {{trans_choice('branch::general.branch',1)}} @error('branch_id') {{ $message }} @enderror {{trans_choice('core::general.currency',1)}} @error('branch_id') {{ $message }} @enderror {{trans_choice('core::general.submitted_on',1)}} @error('submitted_on_date') {{ $message }} @enderror @foreach($custom_fields as $custom_field)