@extends('panel.master') @section('t')تنظیمات یوان@stop @section('content')

نرخ روز

@foreach($modirs as $value2) @endforeach

ویرایش:

{{ csrf_field() }} @component('components.input', ['name' => 'PriceCbm', 'label' => 'قیمت یک cbm چین دبی به یوان', 'col' => '3','value' =>$value2->PriceCbm])@endcomponent @component('components.input', ['name' => 'PriceLanj', 'label' => 'قیمت یک cbm دبی ایران به تومان', 'col' => '3','value' =>$value2->PriceLanj])@endcomponent @component('components.input', ['name' => 'Yuan', 'label' => 'قیمت روز یوان', 'col' => '3','value' =>$value2->Yuan])@endcomponent @component('components.input', ['name' => 'Zarib', 'label' => 'ضریب حدودی', 'col' => '3','value' =>$value2->Zarib])@endcomponent
@stop @section('extrajs') @stop @section('extraCss') @stop