@extends('layouts.admin', ['title' => 'کدینگ انبار - نحوه نگهداری']) @section('content')

کدینگ انبار - نحوه نگهداری بازگشت


{{ $errors->first('coding') }}
{{ $errors->first('title') }}
active == true ? 'checked' : '') : 'checked' }}> {{ $errors->first('active') }}

{{ session('message') }}

{{ session('error') }}

@if(count($data)==0) @else @foreach($data as $item) @endforeach
کد عنوان وضعیت
{{ $item->coding }} {{ $item->title }} {{ $item->active_title }} حذف ویرایش محصولات
@endif
@stop