芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/resources/views/admin/addProduct.blade.php
@extends('layouts.app') @section('title', 'Add Product') @section('content')
Add Product
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Product Name
Add Product
Cancel
@endsection