@extends('admin.app') @section('page_title','All Facalties') @section('page_location') @endsection @section('main-content')
@if(isset($facalties))
@foreach($facalties as $value) @endforeach
Brand Name Website Contact Person Email Address Mobile No Comment Check box values
{{ $value->brand_name }} {{ $value->website }} {{ $value->contact_person }} {{ $value->email }} {{ $value->address }} {{ $value->mobile_no }} {{ $value->comment }} Sell Test Series :
Sell Books / Study Material :
Advertisement :
Sell Video Lectures :
List Your Coaching Class :
Others :
@endif @if(isset($message))

{{ $message }}

@endif
@endsection