@extends('admin.default') @section('title', 'Admin | Post Form') @section('content') @php $permissions= getPermissions(); @endphp
Add Post
{{csrf_field()}}
@if(Request::get('type') != null && Request::get('type') == 'blog') @endif
Image size should not be greater than 1 MB
@if(Request::get('type') != null && Request::get('type') == 'blog')
Time in minutes
Select model or make and add ID e.g MODEL-123
@endif
status) && $data->status == 'active')checked @endif required>Active
status) && $data->status == 'draft')checked @endif required>Draft
@stop