@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' ) Create Product Back @csrf Create Product Category* @foreach($catdata as $c) {{$c->name}} @endforeach Product Title* Product Description* Content Shipping Has Attribute? Yes No Create Attribute* Product Price* MRP Note: You can leave it blank if product price and actual price is same Delivery Delay Days* Alt Keyword* Meta Title* Meta Description* Search Tag FNID* Extra Field* @endif @endsection