@extends('app') @section('content')
Contact Name
Company Name
Telephone
Date Request
Delete
@foreach($qt as $q)
{{$q->name}}
{{$q->company}}
{{$q->tel}}
{{$q->created_at}}
delete
@endforeach @stop