@extends('admin.master') @section('title',@trans('Create Seminar')) @section('content')

@trans('Seminar')

@csrf

@foreach ($languages as $index => $locale) {{-- title ------------------------------------------------------------------------------------- --}}
@if ($errors->has('locales'))
{{ $errors->first('locales') }}
@endif
@if ($errors->has($locale . '.title')) {{ $errors->first($locale . '.title') }} @endif
@if ($errors->has($locale . '.description')) {{ $errors->first($locale . '.description') }} @endif
@endforeach

@error('image') {{ $message }} @enderror
@error('image_cover') {{ $message }} @enderror
@endsection