@extends('admin.layout.layout') @section('title', 'Add Product') @section('content')

Add Product

@livewire('admin.product-form')
@endsection @section('script') @endsection