@extends('layouts.master') @section('title', 'New | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar',__('basic.treasury transfer')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.treasuries') }} | {{ __('basic.transfer') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{ __('basic.from') }}
@error('treasury_from') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
0
0
{{ __('basic.to') }}
@error('treasury_to') {{ $message }} @enderror
0
0
{{ __('basic.details') }}
@error('date') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section('js') @endsection