{{-- resources/views/accounting/intercompany/create.blade.php --}} @extends('admin.admin_dashboard') @section('admin')
@csrf
@error('date'){{ $message }}@enderror
@error('amount'){{ $message }}@enderror
@endsection