@extends('expense_items.layout') @section('expense_items.content')
@csrf
@if($errors->has('name'))
{{$errors->first('name')}}
@endif
@endsection