@extends('Admin.Views.edit') @include('tourism::sidebar') @section('editform') @php if (! isset($data)) { $old = old(); if (! empty($old)) { $data = $old; } else { $data = []; } } @endphp @if (isset($data['id'])) @endif @php $cropConfig = array( 'aspectRatio' => '2.2', 'minCanvasWidth' => 1000, 'viewMode' => '0' ); @endphp
@if (! empty($data['image']))
@php $ruta = Config::get('sipemu')['url_web'].$data['image']; @endphp Imagen principal {{ $ruta }}
@else @endif
@endsection