@extends('layouts.admin') @section('page-title') {{ __('Landing Page') }} @endsection @section('breadcrumb')
{{ __('No') }} | {{ __('Name') }} | {{ __('Action') }} |
---|---|---|
{{ $no++ }} | {{ $value['menubar_page_name'] }} | @if($value['page_slug'] != 'terms_and_conditions' && $value['page_slug'] != 'about_us' && $value['page_slug'] != 'privacy_policy') {!! Form::open([ 'method' => 'DELETE', 'route' => ['custom_page.destroy', $key], 'id' => 'delete-form-' . $key, ]) !!} {!! Form::close() !!} @endif |