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

CMS Details

@if ($errors->any())
@endif

{{ $cms_details->name }}

@endsection @section('scripts') @endsection