@extends('admin.layouts.master') @section('page_title',__('admin.Licence to Alter')) @section('page_heading',__('admin.Licence to Alter')) @section('page_text',__('admin.Licence to Alter')) @section('page_breadcrumb_icon') @endsection @section('page_breadcrumb_item', 'Licence to Alter') @section('page_breadcrumb_item2', 'Licence to Alter') @section('content')
@forelse ($alter as $item)

Type: {{$item->type_of_work}}

Rooms affected: {{$item->room_affected}}

Timescale: {{$item->timescale}}

Request Date: {{date('l jS \\of F Y', strtotime($item->created_at))}}

{{$item->description}}

Resident
@if($item->user) {{$item->user->title}} {{$item->user->first_name}} {{$item->user->last_name}}
{{$item->user->residence->apartment->name}}
Floor {{$item->user->residence->apartment->floor_no}} @endif

@empty

Data Not Found!!!!

@endforelse
@endsection