@extends('layouts.admin') @section('title') Zion Global @endsection @section('styles') @endsection @section('page') News @endsection @section('content') School News Add News # Title Description Tags Actions @foreach ($projects as $m) {{$i++}} {{$m['title']}} {{$m['slug']}} Edit News Enable News Upload News Pics @endforeach {!! $projects->render() !!} @endsection @section('script') @endsection