@extends('layouts.admin') @include('admin.menu') @section('content')

Create New Apoint:

@if($errors) @endif
@include('apoints.fields')
@stop