@extends('layouts.app') @section('title', '삭제된 데이터 백업') @section('content')

삭제된 데이터 백업

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
범례:
테넌트 테넌트 데이터
사용자 사용자 데이터
@endsection @push('scripts') @endpush