@extends('layouts.app') {{--Important Variables--}} @section('title') Sells Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Sells Report BUKU PARTAI BIJAK PELANGGAN Tidak ada tanggal pilih acara mulai sekarang {{ csrf_field() }} Pilih Nama Pelanggan @foreach( App\Customer::all() as $customer ) {{ $customer->name }} @endforeach Pilih ID Produk sampai RINGKASAN BUKU PARTAI PELANGGAN Apa pun pilih tampilkan semua {{ csrf_field() }} Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif sampai {{-- --}} NAMA PENJUAL WISE PARTY LEDGER Apa pun pilih tampilkan semua {{ csrf_field() }} Pilih Nama Penjual @foreach( App\Employee::all() as $employee ) id == old('employee_id' )) terpilih @endif value="{{ $employee->id }}">{{ $employee->name }} @endforeach sampai {{-- --}} @stop @push('include-css') @endpush @push('include-js') @endpush