@extends('layouts.public_layout') @section('title', $title) @section('content')

{{ $title }}


@if (strlen($msg) > 0) @endif
@csrf
@error('sitesection_name') {{ $errors->first('sitesection_name') }} @enderror

@endsection