@extends('layouts.frontendDashboard.master') @section('title', 'Request Account') @section("body-start")
# | @if(!empty($accountField)) @foreach($accountField as $field) @if($field->column_name == 'participation_amount'){{$field->label}} | @elseif($field->column_name == 'participation_date'){{$field->label}} | @else{{$field->label}} | @endif @endforeach @endif {{-- data-filter-data="var:filterDefaults" --}}Status | Created Date | {{__('Action') }} |
---|