@extends('admin.layout.master') @section('title','SELL') @section('custom_style') @endsection @section ('content')

Sells List

@if(checkAuthPermission('sell.create'))
Add New
@endif
@csrf

@include('inventory.global.loader')
{{-- --}}
{{--
{!! $invoices->links() !!}
--}}
@endsection @section('script') @endsection