@extends('layout.masterContainer')
@section('title', 'Welcome to Master Page')
@section('content')
@if (count($pagelist) != null)
@foreach ($pagelist as $item)
@if (getMasterInfo($masterid,'csstype') == 'ex')
Add Extra CSS
@endif
@endforeach
@else
No page found! Please create new page
@endif
Create New Page
@endsection