@extends('layouts.app') @push('title') {{$title}} @endpush @section('content')

{{$title}}

{{ __('Event Title') }}
{{ __('Category') }}
{{ __('Type') }}
{{ __('Date & Time') }}
{{ __('Location') }}
{{ __('Action') }}
@endsection @push('script') @endpush