@extends('layouts.admin') @section('content')
@if($orderTemplate)
{{ method_field('PUT') }} {{ csrf_field() }} @else {{ csrf_field() }} @endif
{!! FormField::select2('client_id', $clients, $orderTemplate, true, 'Please Select') !!}


@if($orderTemplate) @else @endif
@endsection @section('scripts') @endsection