@extends('admin.layouts') @section('title', 'Add Product') @section('header') @endsection @section('content')

Add Product

Add Product
@csrf
@endsection @section('footer') @endsection