@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['user-create','user-edit'])

Add Seller

@csrf
@can('user-create') Save @endcan @can('user-edit') @endcan
@endcanany @can('user-list')

View Sellers

# Seller Name Mobile Logo Added By Actions
@endcan {{-- ####################delete Model############################# --}} {{-- #########################View Modal################################### --}} {{-- #########################End Of View Modal############################ --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- ########################################################################## --}} @endsection