@extends('layouts.main') @section('content')
@if(empty($bankAccount))
{{ csrf_field() }}
@else
{{ csrf_field() }}
@endif
@endsection @section('meta') {{__('message.deposit')}} / {{__('message.withdraw')}} @endsection