@extends('template.app') @section('title', 'Edit Bank') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
Edit Bank
@csrf @method('PUT')
@if($bank->logo) Current Logo @endif
Batal
@endsection