@extends('adminlte::page') @section('title_postfix', ' - Editar Artigo') @section('content_header')

Artigos

@stop @section('content')

Editar Artigo

@csrf
@foreach($locales as $locale)
@endforeach
Imagem
@stop @section('css') @endsection @section('js') @endsection