@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('coupons.index'), 'name' => 'قسائم الخصم'], ['link' => route('classifications.index'), 'name' => 'تصنيفات القسائم'],['link' => route('classifications.edit',$classification), 'name' => "مشاهدة معلومات التصنيف" ]],['title'=> 'مشاهدة معلومات التصنيف']]; @endphp @section('title', 'مشاهدة معلومات التصنيف') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @component('components.forms.formCard',['title' => sprintf('مشاهدة معلومات التصنيف : %s', $classification->classification_name)]) {!! Form::model($classification, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['classifications.update', $classification->id]]) !!} معلومات التصنيف
اعدادات التصنيف
مفعل
عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection