@extends('apex-layouts.main') @section('content')
@if ($model->exists) @method('PUT') @endif @csrf

Affiliates Info

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('source')) {{ $errors->first('source') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('company')) {{ $errors->first('company') }} @endif
Back
@endsection