@extends('layouts.app') @section('title') {{ __('Front CMS') }} @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
@include('coreui-templates::common.errors')
{{ csrf_field() }}

Main Content

Features

Chat Features

TESTIMONIALS

Start Chat Component

Footer

{{ Form::button(__('messages.save') , ['type'=>'submit', 'id' => 'btnSave', 'class' => 'btn btn-primary me-1','data-loading-text'=>" " .__('messages.processing')]) }}
@endsection @section('scripts') @endsection