@extends('layouts.app') @section('title', 'Financial Uoms') @section('content')

Financial Uoms

@if(session('success'))
{{ session('success') }}
@endif
@foreach($uoms as $uom) @endforeach
Name Actions
{{ $uom->name }} Actions
@csrf
@endsection @section('js') @endsection