10 lines
149 B
PHP
10 lines
149 B
PHP
|
@extends('manage.layout')
|
||
|
|
||
|
@push('head')
|
||
|
<link rel="stylesheet" href="{{ asset('css/manage.css') }}">
|
||
|
@endpush
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
@endsection
|