@extends('layouts.template.main') @push('styles') @endpush @section('content')
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif
@csrf @method('PUT')
{{-- ===================== CỘT TRÁI ===================== --}}
{{-- Card: Thông tin cơ bản --}}
Thông tin app ios
@error('st_app')
{{ $message }}
@enderror
@error('app_name')
{{ $message }}
@enderror
@error('package')
{{ $message }}
@enderror
has_test_case) ? 'checked' : '' }}>
check_update) ? 'checked' : '' }}>
has_ads_script) ? 'checked' : '' }}>
{{-- Card: Links --}}
Các đường dẫn
{{-- Card: Ghi chú --}}
Ghi chú
{{-- ===================== CỘT PHẢI ===================== --}}
{{-- Card: Phân công nhân sự --}}
Phân công nhân sự
{{-- Nút lưu --}}
Hủy
@endsection @push('scripts') @endpush