@extends('backend.layouts.master') @section('title', 'Create Product') @section('content')
Backend
Product
Create
Create Product
{{ csrf_field() }} @include('backend.product.form')
Create Product
Reset Form
@endsection