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