7 lines
83 B
PHP
7 lines
83 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
{{ $list->title }}
|
|
|
|
@endsection
|