@extends('layouts.app') @section('breadcrumb')

Master Data

@endsection @section('content')

Style

Page for create Master Style

@foreach ($articles as $article) @endforeach
Code Name Description UoM Code Action
{{ $article->code }} {{ $article->name }} {{ $article->desc }} {{ $article->uom_code }}
  • Are you sure want to delete this ?

    @csrf @method('DELETE')
@endsection @section('js') @endsection