@extends('layouts.admin') @section('title') @lang('Page Settings') @endsection @section('breadcrumb')

@lang('Page Settings')

@lang('Create New')
@endsection @section('content')
@forelse ($pages as $info) @empty @endforelse
@lang('Title') @lang('URL Slug') @lang('Details') @lang('Actions')
{{ $info->title }} {{ $info->slug }} {{ Str::limit(strip_tags($info->details), 40) }}
@if ($info->slug != 'about') @endif
@lang('No Data Found')
@endsection @push('script') @endpush