@extends('layouts.admin') @section('title', 'اضافة منتج ') @section('content-header', 'اضافة منتج ') @section('content')
@csrf
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection