@extends('admin.layouts.master') @section('content')

{{ __('Other Pages') }}

{{ __('About Page (Main)') }}

@csrf

{{ __('About Page (Welcome)') }}

{{ __('About Page (Service)') }}

{{ __('About Page (Portfolio)') }}

{{ __('About Page (Client)') }}

{{ __('Team Members Page') }}

@csrf

{{ __('Team Member Single Page') }}

@csrf

{{ __('Testimonial Page') }}

@csrf

{{ __('Pricing Page') }}

@csrf

{{ __('FAQ Page') }}

@csrf

{{ __('Services Page') }}

@csrf

{{ __('Portfolios Page') }}

@csrf

{{ __('Portfolio Single Page') }}

@csrf

{{ __('Blog Page') }}

@csrf

{{ __('Contact Page') }}

@csrf

{{ __('Terms Page') }}

@csrf

{{ __('Privacy Page') }}

@csrf

{{ __('Tag Page') }}

@csrf

{{ __('Category Page') }}

@csrf

{{ __('Custom Pages') }}

{{ __('Add Item') }}
@php $i=0; @endphp @foreach ($custom_pages as $row) @php $i++; @endphp @endforeach
{{ __('Serial') }} {{ __('Name') }} {{ __('Slug') }} {{ __('Action') }}
{{ $i }} {{ $row->name }} {{ $row->slug }}
@csrf
@endsection