@include('partials.admin.css')
Welcome to iCheckInventory+
@if(Session::has('success'))
×
{!! session('success') !!}
@endif @if(Session::has('error'))
×
{!! session('error') !!}
@endif @yield('content')
Copyright
iCheckInventory.com
@include('partials.admin.javascripts')