@extends('layouts.app') @section('title', 'Reset Database') @section('content')

Reset Database

Reset Business Database

Warning!

This action will permanently delete the following data for the selected business location:

  • All Products and Stock
  • All Customers and Suppliers
  • All Sales and Purchases
  • All Expenses and Returns
  • All Stock Transfers and Adjustments
  • All Payroll and HRM Records

This action cannot be undone. Please ensure you have a backup before proceeding.

@csrf
{!! Form::label('location_id', __('purchase.business_location') . ': *') !!} {!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.please_select'), 'required']); !!}
@endsection @section('javascript') @endsection