@extends('layouts.admin') @section('title'){{ __('View') }} {{__('Force Price')}} {{ __('Details') }} @endsection @section('content') @include('includes.page_header',['title'=>__('View')." ".__('Force Price'),'url'=>route('admin.forcePrices.index'),'icon' => $icon??'','permission'=>'ForcePrice-view'])
@include('admin.force_prices.show_fields')
@include('admin.others.infyomincludes.printer_view_js') @endsection