@extends('layouts.main') @section('content')
@if(empty($bankAccountTransactionType))
{{ csrf_field() }}
@else
{{ csrf_field() }}
@endif
@endsection @section('meta') {{__('message.bank account transaction type')}} @endsection