@extends('backend.layouts.master') @section('title') Press Release @endsection @section('css') @endsection @section('content')
{!! Form::open(['id'=>'create-form','class'=>'needs-validation','novalidate'=>'','enctype'=>'multipart/form-data']) !!}

Press Release Details

Please enter the title.
Please enter the Slug.
Please enter the post description.

Press Release Details *

Please select a image.
blog_image
*use image minimum of 1280 x 720px for press release
{!! Form::close() !!}

Press Release List

@if(@$press_release) @foreach($press_release as $press) @endforeach @endif
Feature Image Title Slug Status Action
{{@$press->slug}}
{{ucfirst($press->title)}} {{@$press->slug}}
@endsection @section('js') @include('backend.ckeditor') @endsection