@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.coupon.coupon') !!} : {{ $coupon->code }}
{!! Form::select('client_list[]', $clients, $coupon->client_list, ['class' => 'select2-data-ajax form-control' , 'id' => 'select2-ajax' , 'multiple']) !!}
@endsection @section('vendor_styles') @endsection @section('vendor_scripts') @endsection @section('page_scripts') {{-- --}} @endsection