@extends('layouts.backend.app') @section('title') Settings @endsection @section('content') @if ($message = Session::get('success')) @elseif($message = Session::get('error')) @endif @if ($errors->any()) @endif
@if (Auth::user()->bank == NULL)
@csrf
Batal
@else @endif
{{-- form setting SPP --}} {{-- Notifications --}}
@include('backend.settings.addBank')
@endsection