@extends('layouts.master') @section('content')
TPHA Contact Details
@if($contacts->count() != 0) @foreach ($contacts as $item)
@csrf
@endforeach @else
@csrf
@endif
@endsection