@extends('layout') @section('css') @endsection @section('content') @include('tasks.form.breadcrumb')
Task Info
@if(!$details)
@for($x=0;$x<5;$x++)
@endfor
@endif @if($details) @else @endif
@endsection @section ('script') @endsection