@extends('admin.template.layout') @section('header') @stop @section('content')
{{ $name }}
{{ $description }}
{{$building_list->name ?? ''}}
{{$user->name}}
{{ get_date_in_timezone($created_at, config('global.datetime_format')) }}
{{ quote_status($status) }}
@if($contract_type != 0) @if($contract_type == 1) Fresh @endif @if($contract_type == 2) Extension @endif @else N/A @endif