@extends('layouts.admin') @section('title') Zion Global @endsection @section('styles') @endsection @section('page') Members @endsection @section('content') Class Teachers Add Teachers # Name Email Office Facebook Handle Twitter Handle Biodata Actions @foreach ($members as $m) {{$i++}} {{$m['name']}} {{$m['email']}} {{$m['office']}} {{$m['facebook']}} {{$m['twitter']}} Edit Member Enable Member Upload Photo @endforeach {!! $members->render() !!} @endsection @section('script') @endsection