@extends('manager.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content')
{{-- Page Header --}}

{{(!empty($p_title) && isset($p_title)) ? $p_title : ''}}

{{(!empty($p_summary) && isset($p_summary)) ? $p_summary : ''}}
  • Old slug: A slug that already exists in the blog table. This must be unique in the Slug Redirect table.
  • New slug: A slug that you want to redirect to the old slug.
@can('manager_slug-redirect_slug-redirect-create') {{(!empty($url_text) && isset($url_text)) ? $url_text : ''}} @endcan @can('manager_slug-redirect_slug-redirect-activity-log-trash') {{(!empty($trash_text) && isset($trash_text)) ? $trash_text : ''}} @endcan

{{-- Datatable --}}
# Old Slug New Slug Actions
{{-- Delete Modal --}}
@endsection @push('footer-scripts') @if(Session::has('messages')) @endif @endpush