@extends('layouts.app') {{--Important Variables--}} @section('title') Biaya Pendapatan @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Kelola Biaya Pendapatan PROYEK BIJAKSANA Apa saja pilih tampilkan semua {{ csrf_field() }} Pilih Nama Proyek @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif Periode sampai Periode sampai @stop @push('include-css') @endpush @push('include-js') @endpush