@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('religion_name')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'religions.dataTable'))
@include('common.deletescript', array('route'=>URL_MASTERSETTINGS_RELIGIONS_DELETE))
@stop