@extends('backend.layouts.app') @section('page-title', trans('app.rules')) @section('page-heading', trans('app.rules')) @section('content')
@include('backend.partials.messages')

@lang('app.rules')

@if (count($rules)) @foreach ($rules as $rule) @include('backend.rules.partials.row') @endforeach @else @endif
@lang('app.id') @lang('app.title') @lang('app.date')
@lang('app.no_data')
@lang('app.id') @lang('app.title') @lang('app.date')
@stop @section('scripts') @stop