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

Contract Details

Payment Schedule

Contract Terms

Cancel
@endsection