@extends('admin.layouts.app') @section('title','Website Request') @section('css') @endsection @section('contents')
S/N | Request Type | Plans | Project | Status | Date |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ ucwords(str_replace('_', ' ', $log->request_type)) }} | @foreach ($log->plans as $plan) {{ $plan->name }} @endforeach | {{ $log->project_id ?? 'None' }} | {{ ucwords(str_replace('_', ' ', $log->status)) }} | {{ $log->created_at->diffForHumans() }} |