@extends('dashboard.layouts.master') @section('title', __('View CMS')) @push('after-styles') @endpush @section('content')

{{ __('backend.view') }} {{ __('backend.cms') }}

{{ __('backend.dashboard') }} / {{ __('backend.cms') }} / View CMS
{{ Form::open(['route' => ['cms'], 'method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data']) }}
{{ Form::close() }}
@endsection @push('after-scripts') @endpush