@extends('body') @section('title') EPG @endsection @section('breadcrumbs')
  • Home
  • EPG
  • @endsection @section('pageScripts') @endsection @section('content')

    EPG

    {{--
    Version: {{ $site->channelpublish->publish_id }}
    --}}
    @if ($epg->id != null ) {{-- edit url form --}} @method('PATCH') @endif @if ($epg->id == null ) {{-- Add url form --}} @endif @csrf
    ID Source Name File Name URL last Update @
    {{ $epg->id }} @error('name')
    {{ $message }}
    @enderror
    @error('file_name')
    {{ $message }}
    @enderror
    @error('epg_source')
    {{ $message }}
    @enderror
    @if ($epg->id != null ) @endif {{-- @if ($epg->id == null ) @endif --}}
    @endsection