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

Edit Channel

Back
@csrf {{ method_field('POST') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('pan')) {{ $errors->first('pan') }} @endif
@if ($errors->has('aadhar')) {{ $errors->first('aadhar') }} @endif
@if ($errors->has('payout')) {{ $errors->first('payout') }} @endif
@if ($errors->has('deduction')) {{ $errors->first('deduction') }} @endif
status == 1) checked="" @endif>
Cancel
@endsection