@extends('layouts.app') @section('title') {{ __('messages.settings') }} @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
@include('coreui-templates::common.errors')
{{ csrf_field() }}
{{ Form::button(__('messages.save') , ['type'=>'submit','class' => 'btn btn-primary me-1','id'=>'btnSave','data-loading-text'=>" " .__('messages.processing')]) }}
@endsection @section('scripts') @endsection