@extends('layout.admin.app') @section('title', __('global.media.news.add')) @section('breadcrumb') @endsection @section('content')
@csrf
{{url('media/news')}}/
@foreach(SupportedLangs() as $localeCode => $properties)

@endforeach
{{-- End Row --}}
@endsection @section('style') @endsection @section('script') @endsection