@extends('admin.master') @section('content')

Create Feature Section

Add section type, title, subtitle and status

@csrf
@error('type')

{{ $message }}

@enderror
@error('title')

{{ $message }}

@enderror
@error('subtitle')

{{ $message }}

@enderror
Back
@endsection