@extends('layouts.master') @section('css') @section('title') {{ __('home.add_new_receipt') }} @stop @endsection @section('content')

{{ __('home.add_new_receipt') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ __('home.cancel') }}
@endsection @section('js') @endsection