@extends('layouts.app') @section('title', $pageInfo->page_title) @section('content') {{$pageInfo->page_title}} Back Select Fields Category: Sub Category: Product Name {{isset($data->name) ? $data->name :''}} Product Short Description Product Full Description Product Extra Description Price @error('price') {{$message}} @enderror Product Type Package Simple Product Extra Attributes Code Stock Out of Stock Free Shipping Yes No Handling Fee Product Main Image Product Image Gallery Back @endsection