@extends('layouts.app') @section('title', __('lang_v1.featured_products')) @section('css') @endsection @section('content')

@lang('lang_v1.featured_products') {{ $location->name }}

@component('components.widget', ['class' => 'box-primary', 'title' => __('lang_v1.featured_products_for_location')])
{!! Form::text('search_product', null, [ 'class' => 'form-control', 'id' => 'search_featured_product', 'placeholder' => __('stock_adjustment.search_products'), ]) !!}
@endcomponent

@lang('lang_v1.featured_products')

@endsection @section('javascript') @endsection