@extends('layouts.admin') @section('title','Derivar') @section('styles') {!! Html::style('select/dist/css/bootstrap-select.min.css') !!} @endsection @section('create') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
{!! Form::open(['route'=>'derivaciones.store', 'method'=>'POST']) !!}
@include('admin.derivaciones._form2')
{!! Form::close() !!}
@endsection @section('scripts') {!! Html::script('melody/js/alerts.js') !!} {!! Html::script('melody/js/avgrund.js') !!} {!! Html::script('select/dist/js/bootstrap-select.min.js') !!} {!! Html::script('js/sweetalert2.all.min.js') !!} @endsection