@extends('business.partials.layout') @section('css') @endsection @section('content')

Edit

@csrf @method('put')

Edit

@if($errors->has('date'))

{{ $errors->first('date') }}

@endif
@if($errors->has('customer'))

{{ $errors->first('customer') }}

@endif
@if($errors->has('type'))

{{ $errors->first('type') }}

@endif
@if($errors->has('amount'))

{{ $errors->first('amount') }}

@endif
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif
@if($errors->has('details'))

{{ $errors->first('details') }}

@endif
@endsection @section('js') @endsection