@extends('admin::layouts.master') @section('title','E-SHOP || Product Create') @section('content')
@lang('partials.edit')
@include('page::partials.form')
@endsection