@extends('layouts.master') @section('title') @lang('translation.Task_List') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Tasks @endslot @slot('title') Task List @endslot @endcomponent

Tasks

@endsection @section('script') @endsection