@extends('layout.admin.app') @section('title', __('global.media.video.category_add')) @section('breadcrumb') @endsection @section('content')
@csrf
{{url('media/center/videos')}}/
@foreach(SupportedLangs() as $localeCode => $properties)
@endforeach
{{-- End Row --}}
@endsection @section('script') @endsection