@php use \App\Http\Controllers\PlanningController @endphp @extends('layouts.app') @section('title', 'Planning') @section('content')
{{ date('l d', strtotime($date)) }}
{{ $user->firstname }} {{ $user->lastname }}
{{ $planning->company_name }}
WG-{{str_pad($planning->project_id, 4, '0', STR_PAD_LEFT)}}
{{ date('d', strtotime($date)) }}
{{ $user->firstname }} {{ $user->lastname }}