@extends('admin.layout.app') @section('content')

Tambah Data {{$agenda->nama}}

Formulir Tambah {{$agenda->nama}}

@csrf
@if($errors->has('nama')) {{$errors->first('nama')}} @endif
@if($errors->has('tgl')) {{$errors->first('tgl')}} @endif
@if($errors->has('jam')) {{$errors->first('jam')}} @endif
@if($errors->has('tempat')) {{$errors->first('tempat')}} @endif
@if($errors->has('dihadiri')) {{$errors->first('dihadiri')}} @endif
@endsection @push('custom-scripts') @endpush