@extends('admin.dashboard') @section('content')

Contact Form Data

@if(count($contacts) > 0) @foreach($contacts as $key => $val) @endforeach @else @endif
@endsection @section('script') @endsection