@extends('backend.admin-master') @section('site-title') {{__('Call TO Action Section')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Call To Action Section Settings')}}

@csrf
@endsection