@extends('layouts.app') @section('title') {{ __('messages.event.show_event') }} @endsection @section('content')

@yield('title')

{{ __('messages.common.edit') }} {{ __('messages.common.back') }}
@include('events.show_fields')
@include('schedule_event.cancel_modal')
@endsection