@extends('admin.master',['menu'=>'landing_setting', 'sub_menu'=>'custom_pages']) @section('title',isset($cp) ? 'Update Custom Page' : 'Add Custom Page') @section('style') @endsection @section('content')
  • {{__('Custom Pages')}}
  • {{$title}}

{{$title}}

@if(!empty($cp->id)) @endif @csrf
@endsection @section('script') @endsection