@extends('admin.admin_master') @section('content-header', $page_header) @section('content') Home Popup {!! VIEWLIST_ICON !!} {{ csrf_field() }} Title * @if ($errors->has('title')) {{ $errors->first('title') }} @endif Link Featured Image insert image Published Date * Status {!! PUBLISH !!} {!! UNPUBLISH !!} Submit Clear @endsection