@extends('layout.front.app') @section('title', __('front.etmam')) {{-- @section('breadcrumb') @endsection --}} {{-- @section('style')@endsection --}} @section('js') @endsection @section('content')
{{ __('front.etmam') }}

{!! $etmamInfo->translation->content !!}

aboutImage
@if (!$etmamCategories->isEmpty()) @foreach ($etmamCategories as $index => $etmamCategory)

{{ $etmamCategory->translation->name }}

@endforeach @endif

{{ __('front.request_event') }}

@csrf
@if ($errors->all()) @foreach ($errors->all() as $message)
{{ $message }}
@endforeach @endif
@endsection