@extends('adminlte::page') @include("admin.citas.cal-code-citas") @section('title', 'Crear nova entrevista') @section('content_header') Crear nova entrevista @endsection @section('breadcrumb') @endsection @section('css') @endsection @section('content')
{{ html()->form('POST')->route('citas.store')->open() }}
{{ html()->label('Inici') }}
{{ html()->label('Fi') }}
{{ html()->label("Tipus d'entrevista") }}
@if (($type == 'curs') or ($type == 'taller')) @endif
{{ html()->submit('Guardar')->class(['form-control']) }}
{{ html()->form()->close() }}
@endsection @section('js') @endsection