@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') @endif |