@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

NEW BANK

@csrf
@if ($errors->has('question')) @endif
@if ($errors->has('totalOption')) @endif
@endsection