@extends('dashboard.layouts.app') @section('title', __('dashboard.Edit Script')) @section('page_heading', __('dashboard.Edit Script')) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Edit Script') }}

@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror
@error('script')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror
@error('is_active')
{{ $message }}
@enderror
@endsection