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

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