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

Welcome!

{{ isset($admin_lecturer) ? 'Mengubah' : 'Menambahkan' }} Data Tutorial
@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
{!! csrf_field() !!} {!! isset($ks) ? method_field('PUT') : '' !!}
Looks good!
Looks good!
Looks good!
Looks good!
@endsection