@extends('layouts.master')
@section('content')
@method('PATCH')
Affiliation
Save
@if ($errors->any())
Validation Errors:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('custom_js')
{{-- @include('_helpers.slugify', ['title' => 'name']) --}}
@include('_helpers.image_preview', ['name' => 'image'])
@include('_helpers.ajax_form')
@endpush