@extends('admin.layouts.adminmaster') @section('title', 'Home') @section('SpecificStyles') @stop @section('content')

Pages View

For images and text view of Pages.

@foreach($page as $key => $cat) @endforeach
Sort Page Name Image Description Action
{{ $cat->name}} {{ $cat->description}} Edit Delete
@endsection @section('specificscripts') @stop