@extends('layouts.admin') @section('title','New product') @section('heading','New product') @section('content')
@csrf @include('admin.products._form')
@endsection