@extends('layouts.admin') @section('title') Zion Global @endsection @section('styles') @endsection @section('page') News @endsection @section('content')

School News

Add News @foreach ($projects as $m) @endforeach
# Title Description Tags Actions
{{$i++}} {{$m['title']}} {{$m['slug']}} Edit News Upload News Pics
{!! $projects->render() !!}
@endsection @section('script') @endsection