@extends('admin.template.master') @section('title', $title) @section('content') @foreach($users as $k=>$u)

Profile

@include('admin.partials.flash_message')
@if($u->user_image) @else @endif
@foreach(get_organisations() as $k=>$c) @if($u->organisation_type == $k) @endif @endforeach
@endforeach @stop @section('javascript') @endsection