@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content())
@if (Session::has('error-msg'))
{!! Session::get('error-msg') !!}
@endif
@if (routeAccess('segment.add')) @endif @if(!$admin && routeAccess('clone_segment_template') && count($templates)>0)
@endif @if($admin) @endif @if (routeAccess('segments.destroy'))
@endif
@include('includes.view-pages-filter')
{{trans('common.label.id')}} {{trans('segments.view.table_heading.name')}} {{trans('segments.view.table_heading.created_by')}} {{trans('segments.view.table_heading.type')}} {{trans('segments.view.table_heading.contacts')}} {{trans('common.table_heading.created_on')}} {{trans('common.table_heading.actions')}}
{{-- Selected Lists Modal --}} {{-- Copy & Move Modal --}} {{-- Log History Modal --}} {{-- Delete Confirmation Modal (legacy) --}} {{-- Templates Modal --}} @include('common.deleteAssetsModal') @endsection