@extends('layouts.main') @section('content')
@if(empty($bank))
{{ csrf_field() }}
No Image
@else
{{ csrf_field() }}
No Image
@endif
@endsection @section('meta') {{__('message.bank')}} @endsection