@extends('layouts.master') @section('title','Create Post') {{--@section('nav-head','Company')--}} @section('main-content')
@include('admin.section.flash_message')
@csrf @include('admin.post.common.form')
@endsection