@extends('admin/layouts/default') {{-- Page title --}} @section('title') New Visit @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

New Visit

@if ($errors->any())
@endif
@include('admin.layouts.crm.new_visit')
@stop {{--page level scripts--}} @section('footer_scripts') @stop