@extends('admin.layouts.adminmaster')
@section('title', 'Home')
@section('SpecificStyles')
@stop
@section('content')
Pages View
For images and text view of Pages.
Sort |
Page Name |
Image |
Description |
Action |
@foreach($page as $key => $cat)
|
{{ $cat->name}} |
}}) |
{{ $cat->description}} |
Edit
Delete
|
@endforeach
@endsection
@section('specificscripts')
@stop