@extends('admin.layouts.master') @section('styles') @parent @stop @section('content') @section('bodyClass') @parent hold-transition skin-blue sidebar-mini @stop
{{ Form::open(['url' => [apa('utility/clean_db')], 'id' => 'update-form']) }}
@include('admin.common.user_message')
{!! Form::label('post', 'Post Types', ['class' => 'control-label']) !!} @foreach ($posts as $post) @endforeach
Select Post Type
{{ Form::label($post, $post->post_type) }}
{!! Form::label('post', 'Others', ['class' => 'control-label']) !!}
Select List
Audit Logs
Contact List
{{ Form::close() }}
@stop @section('scripts') @parent @stop