@extends('common::layouts.master') @section('post-aria-expanded') aria-expanded="true" @endsection @section('post-show') show @endsection @section('post') active @endsection @section('editor-picks-active') active @endsection @section('content')
{!! Form::open(['route'=>'update-editor-picks-order','method' => 'post','enctype'=>'multipart/form-data']) !!}
@if(Sentinel::getUser()->hasAccess(['post_write']) && $posts->count() > 0) @endif
{!! Form::close() !!}
@endsection