@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
CMS
@foreach ($cms as $cms) @endforeach
Sl # CMS Type Content Status Actions
{{ $loop->iteration }} {{ $cms->cms_type }} {{ $cms->content }} status ? 'checked' : '' }}>
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush