@extends('adminlayout.admin') @section('content')

Edit Operator

@csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('admin_com')){{ $errors->first('admin_com') }}@endif
@if ($errors->has('partner_com')){{ $errors->first('partner_com') }}@endif
@if ($errors->has('sk_com')){{ $errors->first('sk_com') }}@endif
@if ($errors->has('franchise_com')){{ $errors->first('franchise_com') }}@endif
@if ($errors->has('user_com')){{ $errors->first('user_com') }}@endif
@endsection