@extends('apex-layouts.main') @section('content')

{{$model->name}}

{{$model->phone}} | {{$model->email}}

by waris popal


Id {{$model->id}}
Birth Date {{$model->bdate}}
Status {{$model->status}}
Request Type {{$model->type}}
Created {{date("Y-m-d",strtotime($model->created_at))}}
Updated {{date("Y-m-d",strtotime($model->updated_at))}}


{{$model->quote}}
photo:URL::asset(config("params")['images']["avatar"])}}" src="#" alt="{{$model->name}}">

{{$model->gender}} {{$model->weight}}w {{$model->height}}h

@endsection @section('scripts') @stop @section('styles') @stop