@extends('layouts.admin') @section('content-title') {{ __('articles.new Article') }} @endsection @section('content-breadcrumbs') {{ Breadcrumbs::render('admin.articles.create')}} @endsection @section('css') @endsection @section('content') @endsection @section('js') @endsection