@extends('layout.admin.app') @section('title', __('global.event.add')) @section('breadcrumb') @endsection @section('content')
@csrf
@foreach(SupportedLangs() as $localeCode => $properties)
@endforeach
{{-- End Row --}}
@endsection @section('script') @endsection