@extends('st::layouts.app') @section('head')
@endsection @section('content')
Form Page
Home
Pages
Form Page
Supplier list
{{ csrf_field() }}
Supplier ID
Name
Type
Edit
View
Delete
@endsection @section('script') @endsection