@extends('layouts.app') @section('title', 'Schedule Installation') @section('breadcrumb')Installation Schedule@endsection @section('content')
@csrf @if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif

Installation Details

Cancel
@endsection