@extends('backend.layouts.master') @section('pageTitle') Events @endsection @section('extraStyle') @endsection @section('bodyCssClass') @endsection @section('pageContent')

Events List

@if($event) Update @else Add @endif Event * Marks are required feild

@csrf @if($event) {{ method_field('PATCH') }} @endif
{{ $errors->first('title') }}
{{ $errors->first('event_time') }}
{{ $errors->first('cover_photo') }}
{{ $errors->first('cover_video') }}
{{ $errors->first('description') }}
{{ $errors->first('tags') }}
{{ $errors->first('slider_1') }}
{{ $errors->first('slider_2') }}
{{ $errors->first('slider_3') }}
{{--@if (count($errors) > 0)--}} {{--
--}} {{--
    --}} {{--@foreach ($errors->all() as $error)--}} {{--
  • {{ $error }}
  • --}} {{--@endforeach--}} {{--
--}} {{--
--}} {{--@endif--}}
@endsection @section('extraScript') @endsection