add layout
This commit is contained in:
parent
04cb20e7a1
commit
a38c9f154f
|
@ -1,6 +1,6 @@
|
|||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="csrf-param" content="_token" />
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
@extends('layouts.admin-layout')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h2>список пользователей</h2>
|
||||
<br>
|
||||
<br>
|
||||
|
@ -40,3 +40,5 @@
|
|||
{{ Form::file('image') }}
|
||||
{{ Form::submit('Upload File')}}
|
||||
{{Form::close()}}
|
||||
</div>
|
||||
@endsection
|
||||
|
|
Loading…
Reference in New Issue