@extends('_partials.master') @section('page_title', 'Create Product') @section('page_heading', 'Create Product') @section('page_styles') @endsection @section('content')

Create New Product

@csrf
@endsection