@extends('layouts.admin.master') @section('title')Tasks {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Tasks

@endslot @endcomponent
@push('scripts') @endpush @endsection