@extends('layouts.app') @section('content')
Start Project
| # | Fullname | Company | Phone | Message | Language | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $contact->id }} | {{ $contact->fullname }} | {{ $contact->company }} | {{ $contact->email }} | {{ $contact->phone }} | {{ $contact->message }} | {{ $contact->english == 1 ? "Eng" : "Spa" }} | {{ $contact->status == 1 ? "Ready" : "Pending" }} | @if(Request::path() == "start-project") @else @endif |