@extends('common::layouts.master') @section('post-aria-expanded') aria-expanded="true" @endsection @section('post-show') show @endsection @section('post') active @endsection @section('create_video') active @endsection @section('modal') @include('gallery::image-gallery') @include('gallery::video-gallery') @endsection @section('content')
{!! Form::open(['route' => ['save-new-post','video'],'method' => 'post','enctype'=>'multipart/form-data']) !!}

{{ __('add_post') }}

@if(session('error'))
{{session('error')}}
@endif @if(session('success'))
{{session('success')}}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('posts_details') }}

{{ __('add_content') }}








{{ __('embadded') }}





{{-- all content --}}

{{ __('visibility') }}

{{ __('seo_details') }}

image

{{ __('post_thumbnail') }}

image
{{-- --}}

{{ __('article_detail') }}

{{ __('publish') }}*

{!! Form::close() !!}
@endsection @section('script') @endsection