@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.product') }} @endsection {{-- @section('heading') {{ __('Review') }} @endsection --}} {{-- @section('heading-icon')admin_panel_settings@endsection --}} {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name']) }}@endsection--}} @section('content')
@push('head.start') @include('includes.plugins', ['name' => 'select2-css']) @endpush @push('body.end') @include('includes.plugins', ['name' => 'select2-js']) @endpush