@extends('dashboard.layouts.app')
@section('title', __('transactions.Create Transfer'))
@section('page_heading', __('transactions.Create Transfer'))
@section('breadcrumb')
{{ __('dashboard.Home') }}
{{ __('transactions.Transactions') }}
{{ __('transactions.Create Transfer') }}
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@endsection