@extends('layout.admin.app') @section('title', __('global.bodcast.add_blog')) @section('breadcrumb') @endsection @section('content')
@csrf
{{route('bodcast-blog.index')}}/
@foreach(SupportedLangs() as $localeCode => $properties)

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