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