A lot of things
This commit is contained in:
9
resources/views/news/edit.blade.php
Normal file
9
resources/views/news/edit.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('page-title', "Edit $news->title - " . config('app.name') )
|
||||
|
||||
@section('content')
|
||||
{{ \Diglactic\Breadcrumbs\Breadcrumbs::render() }}
|
||||
<div class="page-title">Submit a news</div>
|
||||
@include('news.form')
|
||||
@endsection
|
||||
Reference in New Issue
Block a user