@extends('customer.layouts.new-app') @section('title') Concerge Team:LICENCE TO ALTER REPORT @endsection @section('content')
@include('customer.concerge_team.sidebar')

YOUR LICENCE TO ALTER HISTORY

@foreach ($alter as $item)
Created At: {{ date('l jS \\of F Y H:i a', strtotime($item->created_at)) }}
Type: {{ $item->type_of_work }}
Room Affected: {{ $item->room_affected }}
Time Scale: {{ $item->timescale }}
Description: {{ $item->description }}

@endforeach
@endsection @section('js') @endsection