Manage Scripts

+ Add New Script
ID Name Description File Path Status Date Actions @foreach ($scripts as $script) {{ $script['id'] }} {{ $script['name'] }} {{ $script['file_path'] }} {{ $script['description'] }} {{ \Carbon\Carbon::parse($script['created_at'])->format('F j, Y, g:i A') }} Edit Delete @endforeach @if ($showModal)

{{ $editingId ? 'Edit Script' : 'Add New Script' }}

@error('name')
{{ $message }}
@enderror
@error('description') @php($msg = $message)
{{ $msg }}
@enderror
@error('file_path') @php($msg = $message)
{{ $msg }}
@enderror
@error('is_active') @php($msg = $message)
{{ $msg }}
@enderror
{{ $editingId ? 'Update' : 'Save' }} Cancel
@endif