@extends('layouts.admin') @section('page-title', 'Add Product') @section('content')

Add Product

@csrf @include('admin.products._form')
@endsection