@extends('admin.main') @include('widgets.color') @include('widgets.fileinput') @include('widgets.datetime_picker') @section('content')

區塊資訊( {{ trans_choice('shop.area',$data->id ?? '') }} )

@if($data->id == 4)
@endif
  • publish_status ? 'checked' : '' }}>
  • publish_status ? 'checked' : '' }}>
@if($data->id != 2)
@endif @if($data->id == 4)
@endif
@if($data->id != 2)
@endif @if($data->id != 1)
@foreach($data->area_product as $row)
{{ $row->sort }}.
@endforeach
@endif
  • status ? 'checked' : '' }}>
  • status ? 'checked' : '' }}>
@if ($data)

{{ $data->updated_at }}

{{ $data->created_at }}

@endif
@checkPerm(SHOP_AREA_EDIT) @endcheckPerm 返回
@endsection @push('css') @endpush @push('js') @endpush