@extends('layouts.app') @section('breadreportecrumbs') @include('__partials.breadcrumbs', [ 'data' => [ ['route' => 'home', 'name' => 'Home'], ['route' => '', 'name' => 'Formato Email'] ], 'show_add_button' => false, 'add_button_route' => route('formatoemail.crear') ]) @endsection @section('content')

Tipo Peticion: coloque [?1]
Entidad: coloque [?2]
No radicacion: coloque [?3]
Nombre: coloque [?4]
Rad Juzgado: coloque [?5]

{{ csrf_field() }}
Cancelar
@endsection