@extends('layouts.app') @section('title', 'Make a Call') @section('content')

Make a Call

Record call details for {{ $school->school_name }}

Back to Details
@include('partials.alerts')

{{ $school->school_name }}

{{ auth()->user()->name }}

Locked to logged-in user

{{ now()->format('d M Y') }}

Locked to current date
Call Information
@csrf
Cancel
@endsection