Lager-v3/resources/views/brands/deleted.blade.php

9 lines
139 B
PHP
Raw Normal View History

2022-09-28 07:38:08 +00:00
@extends('Layouts.master')
@section('content')
@include('Partials.Pages.deleted_page')
@endsection
@section('scripting')
@endsection