@extends('layouts.master') @section('content') @if(session('success')) @endif

{{ $module_name }} / Add

@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('picture')) {{ $errors->first('picture') }} @endif
@if($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if($errors->has('start_time')) {{ $errors->first('start_time') }} @endif
@if($errors->has('end_time')) {{ $errors->first('end_time') }} @endif
@endsection @section('scripts') @endsection