@extends('layout') @section('title') Supplier @endsection @section('content') New Supplier Home Supplier @include('flash-message') New Supplier Submit Basic Info Roles @csrf Photo Choose file Display Name* Email* Phone Number* Group* As User As Admin @endsection @section('script') @endsection