@extends('backend.index') @section('content')
@csrf
{!! makeDropDown( array("percentage" => "Percentage", "fixed" => "Fixed price"), "type", null, true ) !!}
@endsection