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

@yield('title')

@endsection @section('content')
@csrf
{{__("Create Seller Verification")}}
{{__("This will be applied only for")}}: {{__("text").",".__("number")}} {{__("and")}} {{__("textarea")}} .
{{__("This will be applied only for")}}: {{__("text").",".__("number")}} {{__("and")}} {{__("textarea")}} .
{{ __('Required') }}
{{ __('Active') }}
@endsection @section('script') @endsection