@extends('backend.layouts.app')
@section('title') {{ 'Form Select2 | '.env('APP_NAME') }} @endsection
@section('breadcrumbs')
@include('backend.layouts.partials.breadcrumbs',['current' => 'Form Select2'])
@endsection
@push('before-css')
@endpush
@section('content')
Select 2
Select2 for custom search and select
Single select2
Multiple select boxes
@endsection
@push('js')
@endpush