@extends('adminlte::page') @section('title', 'User Details') @section('content_header')

User Details

@endsection @section('content')

General

{{-- With multiple slots, and plugin config parameters --}} @php $config = [ "placeholder" => "Select Workstream", "allowClear" => false, ]; @endphp
Cancel
@endsection @push('js') @endpush