@extends('layouts.app') @section('content')
{{csrf_field()}} @include ('admin.news.partials.new-page-form', ['sections' => $sections])
@endsection