@extends('layouts.app') @section('title', 'Create Role') @section('breadcrumb') @endsection @section('content')
@include('utils.alerts')
@csrf

Products
@endsection