@extends('frontend.layouts_sales.master') @section('content')

DATA TOKO

@if ($sukses = Session::get('sukses'))
{{ $sukses }}
@endif
@foreach ($toko as $s) @endforeach
Name Accountnum Toko Salesresponbility NIK Term of Payment
{{ $s->name }} {{ $s->accountnum }} {{ $s->salesresponbility }} {{ $s->nik }} {{ $s->payment_term_code }}
@endsection @push('custom-scripts') @endpush @push('style') @endpush