@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Cms @endsection @section('styles') @endsection @section('content')

Manage Cms

@if ($errors->any())
@endif
Page Action id
@endsection @section('scripts') @endsection