@extends('layouts.back-end.body') @section('content')

{{ __('message.bank') }} {!! $title !!}

@if ($title == 'View')
@endif
@csrf @if (isset($row)) @endif
@if ($title !== 'View')
@endif
@endsection