@extends('layouts.main') @section('title') {{__("Seller Verification")}} @endsection @section('page-title')

@yield('title')

@can('custom-field-create') + {{__("Create Verification Field")}} @endcan
@endsection @section('content')
{{-- --}} @canany(['seller-verification-field-update','seller-verification-field-delete']) @endcanany
{{ __('ID') }} {{ __('Name') }} {{ __('Min Length') }} {{ __('Max Length') }} {{ __('Values') }}{{ __('Status') }}{{ __('Action') }}
@endsection