@extends('crudbooster::admin_template') @section('content')
@inject('provider', 'App\Http\Controllers\AdminPropertiesController') {{ csrf_field() }}
Property Title {{$result[0]->ad_title}}
User {{$result[0]->first_name}} {{$result[0]->last_name}}
Email {{$result[0]->email}}
Contact {{$result[0]->contact_number}}
Explanation {{$result[0]->explanation}}
Flag On {{ date("F jS, Y", strtotime($result[0]->created_at)) }}
@endsection