@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')

{{ $title }}

{{ getPhrase('module')}} {{ getPhrase('key')}} {{ getPhrase('description')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'mastersettings.dataTable')) @stop