@extends('layouts.app') @section('title') Daftar Supplier @endsection @section('breadcrumb') @parent
  • supplier
  • @endsection @section('content')
    No Nama Supplier Alamat Telpon Aksi
    @include('supplier.form') @endsection @section('script') @endsection