@extends('layouts.master2') @section('title', trans('app.sidebar.triggers')) @section('page_styles') @endsection @section('page_scripts') @endsection @section('content') @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if(routeAccess('trigger.create')) @endif @if(routeAccess('trigger.destroy'))
@endif
{{trans('app.dashboard.lang.name')}} {{trans('app.dashboard.lang.status')}} {{trans('app.dashboard.lang.added_on')}} {{trans('app.dashboard.lang.actions')}}
@endsection