@extends('frontend.layouts.master') @section('title') Partner @endsection @section('main-content') @include('frontend.layouts.notification')

Partner

Meet Our Partner

Talented Partner behind EEPAR

@if(count($partners)>0) @foreach($partners as $partner)
@php $photo=explode(',',$partner->photo); @endphp {{ Storage::url($partner->photo) }}

{{$partner->title}}

{{$partner->website}}

{{$partner->address}}
@endforeach @endif
@endsection