@extends('layouts.app') @section('content')
New Billing
@csrf
{{--
@if ($errors->has('period'))
{{ $errors->first('period') }}
@endif
--}}
@if ($errors->has('period'))
{{ $errors->first('period') }}
@endif
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@section('script') @endsection @endsection