@extends('admin.layouts.master') @section('title') تعديل كوبونات الخصم @endsection @section('styles') @endsection @section('page_header')

تعديل كوبونات الخصم

@endsection @section('content')
{!! Form::model($coupon, ['method' => 'PATCH', 'url' => route('admin.coupons.update', $coupon->id),'class' => 'form-horizontal form-row-seperated', 'files'=> 'true']) !!}

@lang('messages.information') كوبونات الخصم

@include('admin.coupons._form')
{!! Form::close() !!}
@endsection @section('scripts') @endsection