@extends('layouts.backend') @section('content')

Contact

Contact Table

@if (!empty($Contacts)) @foreach ($Contacts as $Contact) @endforeach @endif
ID Name Country Code Phone Number Message
{{ $Contact->id }} {{ $Contact->name }} {{ $Contact->country_code }} {{ $Contact->phone_code ." ". $Contact->phone_number }} {{ $Contact->message }}
@endsection