@extends('layouts.pdf') @push('include-css') @endpush @section('title') {{ config('settings.company_name') }} -> {{ $extra['module_name'] }} @endsection @section('content') @include('admin.partials.header', ['extra' => $extra])
@foreach($items as $item) @endforeach
Sl.No Name Location Estimated Cost Building Height Land Area Launching Date Handover Date Description
{{ $sl }} {{ $item->name }} {{ $item->location }} {{ $item->estimated_cost }} {{ $item->building_height }} {{ $item->land_area }} {{ ($item->launching_date)?date(config('settings.date_format'), strtotime($item->launching_date)):"-" }} {{ ($item->handover_date)?date(config('settings.date_format'), strtotime($item->handover_date)):"-" }} {{ $item->description }}
@stop