9 lines
139 B
PHP
9 lines
139 B
PHP
|
@extends('Layouts.master')
|
||
|
|
||
|
@section('content')
|
||
|
@include('Partials.Pages.deleted_page')
|
||
|
@endsection
|
||
|
|
||
|
@section('scripting')
|
||
|
@endsection
|