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