@extends('layouts.admin.app') @section('page-title') {{ __('Create wallet') }} @endSection @section('page-nav-title')

{{ __('wallets') }}

{{ __('Transaction Wallets') }}

@endsection @section('css-links') @if (\Illuminate\Support\Facades\App::getLocale() == 'en') @else @endif @endsection @section('content')
@if (isPermissionsAllowed('create-wallet')) @endif

{{ __('Transaction Wallets') }}

@csrf
@error('user')
{{ $message }}
@enderror
@error('wallet_Uesr')
{{ $message }}
@enderror
@error('in_out')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection