@extends('layouts.app') @section('title', 'ایجاد مخاطب') @section('content')

ایجاد مخاطب جدید

@if($errors->any())
@endif
@csrf
انصراف
@include('partials.custom_fields')
@endsection