@extends('backend.layouts.app') @section('head') @endsection @section('content')
{{translate('All Stocks')}}
@if(auth()->user()->can('add_new_stock')) @endif
# {{translate('Name')}} {{translate('Country')}} {{translate('City')}} {{translate('Status')}} {{translate('Count')}} {{translate('Action')}}
@endsection @section('modal') @include('public_files.modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} @endsection