@extends('layouts.app') @section('title') Add Receipt @stop @section('breadcrumb') @stop @section('content')
{{csrf_field()}}
@if($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Payment Information


@if ($errors->has('customer_id')) {{ $errors->first('customer_id') }} @endif