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

Return to Cms List

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

Edit CMS

{{ csrf_field() }}
@endsection @section('scripts') @endsection