@extends('admin.layouts.master') @section('title', __('update_subscribers')) @section('content')

{{ __('update_subscriber') }}

@csrf

{{ $errors->first('first_name') }}

{{ $errors->first('last_name') }}

{{ $errors->first('phone') }}

{{ $errors->first('gender') }}

status == 1 ?'checked':''}} class="sandbox_mode">

{{ $errors->first('email') }}

{{ $errors->first('password') }}

{{ $errors->first('image') }}

@include('layouts.loading_button',['class' => 'btn sg-btn-primary'])
@endsection