@extends('backend.layout.sidenav-layout') @section('content')
@if ($errors->any())
@endif

{{ Str::headline($key) }}


@csrf
@if ($key=='about_section_message')
@endif



@endsection @section('script') @endsection