base.blade.php
Код: Выделить всё
@yield('content')
Код: Выделить всё
@extends('layouts.dashboard.base')
@section('content')
@endsection
Подробнее здесь: https://stackoverflow.com/questions/783 ... e-template
Код: Выделить всё
@yield('content')
Код: Выделить всё
@extends('layouts.dashboard.base')
@section('content')
@endsection