@extends('admin.layout.app') @section('content')
401k-allocations
Add New 401k-allocations
@foreach($allocations as $investment) @endforeach
# Name Description Status Action
{{$investment->id ?? ''}} {{$investment->name ?? ''}} {{ implode(', ', json_decode($investment->description)) }} {{$investment->status === 1 ? 'Approve' : 'Not Approve'}} Edit Delete
@endsection @push('script') @endpush