@extends('layouts.app') {{--Important Variables--}} @section('title') Fixed Assets Schedule @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Fixed Assets Schedule Manage PROJECT WISE Anything is select show all {{ csrf_field() }} Select Project Name ALL PROJECTS @if (App\Models\Branch::userProjects()->get()->count() >0 ) @foreach( App\Models\Branch::userProjects()->get() as $Branch ) {{ $Branch->name }} @endforeach @endif Project to @stop @push('include-css') @endpush @push('include-js') @endpush