@extends('layouts.app') @section('content')
{{ isset($title) ? $title : 'ข้อความวิ่ง' }}
{{ csrf_field() }}
ข้อความวิ่ง
{{ $textSlider->text }}
ลิงค์
{{ $textSlider->link }}
Created At
{{ $textSlider->created_at }}
Updated At
{{ $textSlider->updated_at }}
@endsection