@extends('adminlte::page') @section('title', 'Licencia') @section('content_header') @stop @section('content')
Campos obligatorios ('*')
@csrf
{{-- Natural/Juridica --}}
{{-- Expediente --}}
{{-- Asunto --}}
{{-- Fecha Expediente --}}
{{-- Telefono --}}
{{-- Resolucion --}}
{{-- Fecha Resolucion --}}
{{-- RUC --}}
{{--
--}}
{{-- Apellidos y Nombres --}}
{{-- DNI / CE --}}
{{-- Representante legal --}}
{{-- DNI Rep Legal --}}
{{-- Direccion del Establecimiento --}}
{{-- NOMBRE COMERCIAL --}}
{{-- Nº --}}
{{-- INT --}}
{{-- MZ --}}
{{-- LT. --}}
{{-- ZONA --}}
{{-- SECTOR --}}
{{-- C.SECT. --}}
{{-- AREA --}}
{{-- NIVEL DE RIESGO --}}
{{-- ZONIFICACION --}}
@foreach( $zonificaciones as $zonificacion) @endforeach
{{-- Giro del Establecimiento --}}
{{-- --}} @foreach ($giros as $giro) @endforeach
{{-- 2 --}}
{{-- OBSERVACIONES --}}
{{-- RECIBO DE PAGO --}}
{{-- FECHA PAGO --}}
{{-- IMPORTE --}}
@stop @section('js') @if(session('licencia') == 'miss') @endif @stop