@extends('admin::layouts.master') @if(isset($dropdown)) @section('pagetitle','Edit Dropdown') @else @section('pagetitle','Add Dropdown') @endif @section('content')

Master Management

/Add Dropdown Values
@csrf @method('PUT')
Dropdown information - {{ucfirst($dropdown->dropdown_name)}}

Value information
@endsection @section('scripts') @endsection