6 lines
74 B
PHP
6 lines
74 B
PHP
@extends('layouts.app')
|
|
|
|
@section('nav')
|
|
@include('_nav')
|
|
@endsection
|