@extends('admin.template.layout') @section('header') @stop @section('content')

{{ $name }}

{{ $description }}

    @foreach($file as $fl)
  • @endforeach

{{$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

@csrf()
0) readonly @endif data-parsley-required-message="Enter Price" value="{{$price}}">
@if($status <= 0)
@endif
@if ( $status <= 0 )
@endif
@stop @section('script') @stop