@extends('layouts.main') @section('title', 'Add Product') @section('content')
@csrf @method('PATCH')
@endsection