@extends('layouts.'.env('THEME')) @section('moreStyle') @include('staff.schedule.style') @endsection @section('content')
{!! Form::open(['route' => 'book_appointment', 'files' => true, 'method' => 'post']) !!} {!! Form::token() !!}
Booking an install/survey? find the customer first then do it from the customers admin panel: find customer.
@include('admin.timeslot.form') @php $no_note_state = true; $note_required = false; @endphp {!! Form::hidden('author_id', auth()->user()->id) !!} @include('staff.notes.form')
{!! Form::submit('Book', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}
@endsection @section('script') @include('staff.schedule.script') @include('staff.notes.script') @endsection