@extends('admin.master') @section('title',@trans('Topic')) @section('content')
@csrf

@foreach ($languages as $index => $locale) {{-- title ------------------------------------------------------------------------------------- --}}
@if ($errors->has('locales'))
{{ $errors->first('locales') }}
@endif
@if ($errors->has($locale . '.content')) {{ $errors->first($locale . '.content')}} @endif
@endforeach
@include('admin.pages.blog.content._table_content') @endsection