@extends('backend::layouts.app') @section('title', 'Create Product Specification') @section('content')
@csrf

Create Product Specification

@error('title') {{ $message }} @enderror
@error('full_form') {{ $message }} @enderror
@error('sort_order') {{ $message }} @enderror
@endsection