@extends('app-new') @push('head-script') @endpush @push('content-header')
@endpush @section('content'){{ ucfirst($areaMapping->area->name) }}
{{ ucfirst($areaMapping->area->parentArea->name) }}
{{ ucfirst($areaMapping->area->location->name) }}
{{ ucfirst($areaMapping->area->sublocations->name) }}
{{ date('d M Y', strtotime($areaMapping->from_date)) }}
{{ date('d M Y', strtotime($areaMapping->to_date)) }}
@if($areaMapping->shift) {{ ucfirst($areaMapping->shift->name) }} @endif
@if($areaMapping->shift) {{ ucfirst($areaMapping->shift->start_time) }} @endif
@if($areaMapping->shift) {{ ucfirst($areaMapping->shift->end_time) }} @endif
{{ ucfirst($createdBy->name) }}