@extends('backend.layouts.master') @section('title', 'Create Product') @section('content')

Create Product

{{ csrf_field() }} @include('backend.product.form')
@endsection