@extends('admin.layouts.master') @section('content') @if ($errors->any())
@endif

Section Details

@csrf @if(isset($section)) @method('PUT') @endif @php $selectedPageId = old('page_id', $section->page_id ?? ''); @endphp
@endsection