@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('coupons.index'), 'name' => "قسائم الخصم"],['link' => route('coupons.edit',$coupon), 'name' => "مشاهدة قسيمة $coupon->code" ]],['title'=> 'مشاهدة قسيمة']]; @endphp @section('title', 'مشاهدة قسيمة خصم ') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @component('components.forms.formCard',['title' =>" مشاهدة قسيمة الخصم ($coupon->code)" ]) {!! Form::model($coupon, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['coupons.update', $coupon->id]]) !!}