@extends('layouts.app') @section('css') @endsection @section('content') @if (session('success'))
 {{ session('success') }}
@endif

Select Expences Type for


@foreach ($category as $item) @endforeach
@endsection @section('js') @endsection