@extends('backend.layouts.main') @section('content')

{{$subtitle}}

{{ Breadcrumbs::render('backend.products.add') }}
@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('product_type_id')?'':'' !!}
{!! $errors->has('horizontal')?'':'' !!}
{!! $errors->has('vertical')?'':'' !!}

0?'checked="checked"':'' !!} class="filled-in chk-col-black"/>

{!! $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) @endforeach

@foreach($relate_data['censorship'] as $k=>$v) @endforeach
{{--
--}} {{----}} {{----}} {{--
--}}
@include('backend.products.modal.addStreet') @endsection @section('style_top') @stop @section('script') @stop