@extends('website.layout.default_layout') @section('content') @foreach($banner_data as $banner)
How to Reach Us
@endforeach @if (count($errors) > 0)
×
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@foreach($contact_data as $data)
 {{$data->email}}
       
 {{$data->contact}}
@endforeach
@csrf
Contact from
@stop