@extends('adminlte::page') @section('title', 'Touch Point') @section('content')

Touch Point Management

List of Touch Points

@if(session('success')) @endif
@foreach($touch_points as $tp) @endforeach
ID File Name File Preview Status Actions
{{ $tp->id }} {{ basename($tp->file_path) }} @if($tp->file_path) @else No File @endif @if($tp->status == 1) Active @else Inactive @endif
@stop @section('js') @stop