@extends('admin.layouts.app') @push('style') @endpush @section('content') Affiliate Edit Affiliate {{-- Create New User --}} @csrf Enter Affiliate Name* @error('affiliate_name') {{ $message }} @enderror Enter Affiliate Address {{ $blogData->affiliate_address }} @error('affiliate_address') {{ $message }} @enderror Update Cancel @endsection @push('scripts') @endpush