@extends('admin.layouts.master') @section('title', __('update_subscribers')) @section('content')
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('phone') }}
{{ $errors->first('gender') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('image') }}