@extends('layouts.simple.master') @section('title', trans(app()->getLocale() . '.policies_conditions_management')) @section('css') @endsection @section('main_content')

{{ trans(app()->getLocale() . '.policies_conditions') }}

{!! $dataTable->table() !!}
@endsection @section('scripts') {!! $dataTable->scripts() !!} @endsection