@extends('backend.layouts.mainIframe') @section('content')
{{--
--}} {{--

{{$subtitle}}

--}} {{--
--}} {{--
--}} {{--@if($_type=='callback')--}} {{--{{ Breadcrumbs::render('backend.products.callback.edit') }}--}} {{--@elseif($_type=='owned')--}} {{--{{ Breadcrumbs::render('backend.products.owned.edit') }}--}} {{--@else--}} {{--{{ Breadcrumbs::render('backend.products.edit') }}--}} {{--@endif--}} {{--
--}}
@include('backend.partials.msg') @include('backend.partials.errors') {{ csrf_field() }}
{!! $errors->has('province_id')?'':'' !!}
{!! $errors->has('district_id')?'':'' !!}
{!! $errors->has('ward_id')?'':'' !!}
{!! $errors->has('street_id')?'':'' !!}
{!! $errors->has('home_number')?'':'' !!}

Vị trí trên bản đồ


{!! $errors->has('horizontal')?'':'' !!}
{!! $errors->has('vertical')?'':'' !!}
terrace)==1?'checked="checked"':'' !!} class="filled-in chk-col-black"/>
{!! $errors->has('product_type_id')?'':'' !!}
{!! $errors->has('price')?'':'' !!}
Kéo thả tập tin vào hoặc Click để tải lên
@foreach($relate_data['file_image_ids'] as $file) @endforeach
Kéo thả tập tin vào hoặc Click để tải lên
@foreach($relate_data['file_image_extra_ids'] as $file) @endforeach

@foreach($relate_data['status'] as $k=>$v) status)==$v['id']?'checked':''}}/> @endforeach

@foreach($relate_data['censorship'] as $k=>$v) status_censorship))&&$v['id']==1)||(old('status_censorship', $product->status_censorship)==$v['id'])?'checked':''}}/> @endforeach
{{--
--}} {{----}} {{----}} {{--
--}}
@if($notes) @foreach($notes as $note)

{{date('d/m/Y H:i', strtotime($note->created_at))}} :
{!! html_entity_decode($note->content) !!}

@endforeach @endif
@include('backend.products.addStreet') @endsection @section('style_top') @stop @section('script') @stop