@extends('layouts.admin.app') @section('content')
@if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA')
@csrf
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach

Create Product

*
*
*
*

Yes       No
*
Note: You can leave it blank if product price and actual price is same
*
*
*
*
@endif
@endsection