@extends('backend.layouts.main') @section('title') Create Publication @endsection @section('content')

Create New Publication

@csrf @include('backend.publications.partials.form')
@endsection