@extends('adminlte::page') @section('title', 'Add Student') @section('content')

Add Bank

@if ($message = Session::get('success')) {{ $message }} @endif
@csrf
@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@stop