@extends('admin.layout') @section('content')
{{__('Texts')}}
@csrf
@if ($errors->has('success_message'))

{{$errors->first('success_message')}}

@endif
@if ($errors->has('cname_record_section_title'))

{{$errors->first('cname_record_section_title')}}

@endif
@if ($errors->has('cname_record_section_text'))

{{$errors->first('cname_record_section_text')}}

@endif
@endsection