@extends('admin.layouts.master') @section('title') {{ translate('Pages - List') }} @endsection @section('content')
# | {{ translate('Name') }} | {{ translate('URL') }} | {{ translate('Action') }} | |
---|---|---|---|---|
{{$a}} | @if($page->id != 4 && $page->id != 5 && $page->id != 6 && $page->id != 7 && $page->id != 8 && $page->id != 8){{$page->title}} | @else{{$page->title}} | @endif{{ url($page->slug) }} | @if($permissionForFrontendSettings !== null && $permissionForFrontendSettings->can_edit == '1') @endif @if($permissionForFrontendSettings !== null && $permissionForFrontendSettings->can_delete == '1') @if($page->id != 4 && $page->id != 5 && $page->id != 6 && $page->id != 7 && $page->id != 8 && $page->id != 9 && $page->id != 10 && $page->id != 12 && $page->id != 13 && $page->id != 14 && $page->id != 15 && $page->id != 16 && $page->id != 17) @endif @endif |
{!! sprintf(translate('Showing %d of %d Results'), $pages->count(), $pages->total()) !!}
{{--Showing {{ $pages->count() }} of {{ $pages->total() }} Results
--}}