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