@extends('layouts.mainlayout') @section('title', 'Organisation') @section('main')
Organisations
@foreach ($organisations as $organisation) @endforeach
Organisation Name Address Logo
{{ $organisation->organisation }} {{ $organisation->address }} {{ $organisation->image }}
@endsection