{{-- layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @include('panels.page-title') {{-- vendors styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content') @include('panels.flashMessages') {{__('locale.Search')}} {{__('locale.Search')}} @include('pages.product-price-mapping.ajax') @endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection