@extends('layouts.app') @section('title', 'Admin - Cattle Master') @section('content')

Randomly Generated Tasks

@foreach($tasks as $task)
{{ $task['name'] }} {{$task['progress']}}%
@endforeach

Second Box

A separate section to add any kind of widget. Feel free to explore all of AdminLTE widgets by visiting the demo page on Almsaeed Studio.
@endsection