@extends('layout.admin.app') @section('title', __('global.kone_media.upcomingtraining_add')) @section('breadcrumb') @endsection @section('content')
@csrf
{{url('magazine/blog')}}/
@foreach(SupportedLangs() as $localeCode => $properties)
@endforeach
{{-- End Row --}}
@endsection @section('style') @endsection @section('script') {{-- --}} @endsection