@extends('apex-layouts.main') @section('title','Generate Expense Type') @section('header-right') @endsection @section('content')
@csrf
{{ 'Expense Types' }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@endsection