File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/resources/views/data_policy/edit.blade.php
@extends('modules.head') @section('contenido')
<h3>
<a class="ruta" class="" href="{{ url('/data_policy') }}">
{{ Lang::get('messages.data_policy.title_list') }}
</a>
<span class="separador-ruta">|</span>
<a class="ruta" class="" href="{{ url('/data_policy/edit/' . $object->id) }}">
{{ Lang::get('messages.terms_conditions.title_edit') }}
</a>
</h3>
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ Lang::get('messages.terms_conditions.title_edit') }}</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<form method="POST" id="form_edit" object_id="{{ $object->id }}">
@method('PUT')
@include('data_policy.form')
@include('layouts.button_edit')
</form>
</div>
<!-- /.box-body -->
</div>
@endsection