@extends('layouts.app') @section('page-title')

{{ __('Create Blog') }}

@endsection @section('content')

@lang('Add') @lang('Blog')

{!! Form::open(['url' => '' ,'method' => 'post','files' => true , 'id' => 'add-edit-form','class'=>'form-horizontal']) !!}
@if(isset($type) && $type == 'image' || $type == 'apps')
@endif
{{-- @lang('app.back') --}} {!! Form::close() !!}
@endsection