@extends('admin.layout') @section('admin-title') Sales @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Sales' => 'admin/sales']) !!}
You can create new sales posts here. Creating a sales post alerts every user that there is a new post, unless the post is marked as not viewable (see the post creation page for details).
@if (!count($saleses))No sales found.
@else {!! $saleses->render() !!}