@extends('admin.admin_master') @section('content-header', $page_header) @section('content') Home Popup {!! VIEWLIST_ICON !!} {{ csrf_field() }} {{ method_field('PATCH') }} Title * @if ($errors->has('title')) {{ $errors->first('title') }} @endif Link Featured Image @if ($record->image) @endif insert image remove image Published Date * Status status == '1' ? 'selected' : '' }}> {!! PUBLISH !!} status == '0' ? 'selected' : '' }}> {!! UNPUBLISH !!} Update Clear @endsection