@extends('layouts.master') @section('title',__('Create Post')) @section('breadcum')
{{ $error}}
@endforeach{{__('Help Block Text')}}
{!! Form::file('image', ['class' => 'input-file','required', 'id'=>'image']) !!}{{__('Choose Custom Image')}}
{{ $errors->first('image') }}{{__('Help Block Text')}}
{!! Form::file('poster', ['class' => 'input-file','required', 'id'=>'poster']) !!}{{__('Choose Custom Image')}}
{{ $errors->first('poster') }}{{__('Please Enter Blog Description')}}
{!! Form::textarea('detail', old('detail'), ['id' => '','autocomplete'=>'off', 'class' => 'form-control ckeditor', 'required']) !!} {{ $errors->first('detail') }}