@extends('layouts.baseprocrud') @section('content') @if( Session::get('perfilAdmin')) @include('_derivacion.clientederivacion.top') @endif

Agregar Cliente Derivación

{{ method_field('POST') }} {{ csrf_field() }}
@include('_derivacion.clientederivacion.campos')
@endsection @section('scripts') @endsection