@extends('backend/layouts.template') @section('content')

Welcome!

{{ isset($admin_lecturer) ? 'Mengubah' : 'Menambahkan' }} Data Banner
@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Form validation

Provide valuable, actionable feedback to your users with HTML5 form validation

Advanced Validation
@endsection