@extends('layouts.frontend.app') @section('content') @push('css') @endpush
{{__('Fixed Deposit Scheme List')}}
@foreach ($fds as $item) @endforeach {{--
Showing 1 to 10 of 57 entries
--}}
# {{__('Structure Name')}} {{__('Type')}} {{__('Duration')}} {{__('Profit')}} {{__('Note')}} {{__('Action')}}
{{ $loop->iteration }} {{ $item->name }} {{ $item->type == 1 ? 'Fixed Profit (Fixed)' : '' }} {{ $item->type == 2 ? 'Monthly Profit (Monthly)' : '' }} {{ $item->duration }} {{ $item->profit }} {{ $item->note }} @role("admin|manager")
@csrf @method('DELETE')
@elserole("field-officer") @endrole
{{ $fds->links() }}
@endsection @push('javascripts') @endpush