@extends('admin.layout.app') @section('body')
{{ __('admin.create_post') }}
@include('posts._form')
@endsection