@extends('master') @section('title', 'task->title') @section('content')

You can handle it!

{{$task->title}}

{{$task->content}}

@endsection