@extends('admin.layout.master') @section('content')

{{ (!empty(request()->orderprocess) ? ucfirst(strtolower(request()->orderprocess)) : "") }} Purchasing

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

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

@endif @endforeach

Loading....

Loading....

@endsection