@extends('admin.layouts.main') @section('content')
@section('page_title') Static Pages @endsection
@if (Session::has('success')) @endif
@php $i = 0; @endphp @foreach ($pages as $page) @php $i++; @endphp @endforeach
Sr. No. Title Sub Title Action
{{ $i }} {{ $page->title }} {{ $page->sub_title }}
@csrf @method('DELETE')
@endsection @section('jscode') @endsection