@extends('backend.layouts.app') @section('content')
{{ translate('Create New Pincode Partner') }}
@csrf
@if ($errors->has('user_id')) {{ $errors->first('user_id ') }} @endif
@if ($errors->has('package_id')) {{ $errors->first('package_id') }} @endif
@if ($errors->has('pincode')) {{ $errors->first('pincode') }} @endif
{{--
--}}
@endsection @section('script') @endsection