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

پرینت

@foreach($modirs as $value2) @endforeach

ویرایش:

{{ csrf_field() }} @component('components.input', ['name' => 'Onvan', 'label' => 'عنوان', 'col' => '3','value' =>$value2->Onvan])@endcomponent @component('components.input', ['name' => 'AdresModir', 'label' => 'آدرس', 'col' => '3','value' =>$value2->AdresModir])@endcomponent @component('components.input', ['name' => 'PhoneModir', 'label' => 'شماره', 'col' => '3','value' =>$value2->PhoneModir])@endcomponent @component('components.input', ['name' => 'EmailModir', 'label' => 'ایمیل', 'col' => '3','value' =>$value2->EmailModir])@endcomponent @component('components.input', ['name' => 'WebModir', 'label' => 'آدرس سایت', 'col' => '3','value' =>$value2->WebModir])@endcomponent @component('components.input', ['name' => 'PhotoModir1', 'label' => 'تصویر', 'type' => 'file', 'required' => 'false', 'col' => '3'])@endcomponent @component('components.input', ['name' => 'PhotoModir2', 'label' => 'تصویر دوم', 'type' => 'file', 'required' => 'false', 'col' => '3'])@endcomponent @component('components.input', ['name' => 'anbardar', 'label' => 'شماره انباردار', 'col' => '3','value' =>$value2->anbardar])@endcomponent @component('components.input', ['name' => 'NamePost', 'label' => 'نام فیش پست', 'col' => '3','value' =>$value2->NamePost])@endcomponent @component('components.input', ['name' => 'AdresPost', 'label' => 'آدرس فیش پست', 'col' => '3','value' =>$value2->AdresPost])@endcomponent @component('components.input', ['name' => 'PhonePost', 'label' => 'شماره فیش پست', 'col' => '3','value' =>$value2->PhonePost])@endcomponent @component('components.input', ['name' => 'WebPost', 'label' => 'آدرس سایت فیش پست', 'col' => '3','value' =>$value2->WebPost])@endcomponent
نمایش زیر همه فاکتور ها
نمایش زیر فاکتورهای شهرستان ها
نمایش زیر فاکتور تهران
نمایش بالای پیشفاکتور با پس زمینه قرمز
@stop @section('extrajs') @stop @section('extraCss') @stop