@extends('Layout') @section('Content')
{{ HF::DrawHeadPage(array(array('title'=>'الإعدادات العامة') ),'الإعدادات العامة')}}
@if(Session::has('errors')) @endif @include('Settings.SubPages.'.$Data['SubPage'])
@stop