@extends('admin.template.master') @section('title') CMS Editor Home CMS Editor @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Add CMS Editor Title Slug Status Created At Edited At Created By Updated By Action @endsection @section('javascripts') @endsection